freebsd-ports/graphics/libxine/files/patch-src:libspudec:spu.c
FUJISHIMA Satsuki 4b2e55a9dc fix build for -CURRENT: malloc.h is depriciated.
PR:		31572
Submitted by:	MANTANI Nobutaka <nobutaka@nobutaka.com>
2001-10-29 04:55:47 +00:00

10 lines
252 B
C

--- src/libspudec/spu.c.orig Sat Oct 27 19:15:22 2001
+++ src/libspudec/spu.c Sat Oct 27 19:15:31 2001
@@ -63,7 +63,6 @@
#include <unistd.h>
#include <string.h>
#include <inttypes.h>
-#include <malloc.h>
#include <sys/stat.h>
#include <fcntl.h>