You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-libs/libbs2b/files/libbs2b-3.0.0-freebsd.patch

14 lines
291 B

Index: libbs2b-3.0.0/src/bs2b.c
===================================================================
--- libbs2b-3.0.0.orig/src/bs2b.c
+++ libbs2b-3.0.0/src/bs2b.c
@@ -22,7 +22,7 @@
*/
#include <math.h>
-#include <malloc.h>
+#include <stdlib.h>
#include <memory.h>
#include "bs2b.h"