diff libmpdemux/parse_mp4.c @ 5403:dba4cecbb4d1

FreeBSD warning fix
author nexus
date Sat, 30 Mar 2002 14:12:25 +0000
parents c4f6ab72300a
children 534580bc88a8
line wrap: on
line diff
--- a/libmpdemux/parse_mp4.c	Sat Mar 30 10:02:44 2002 +0000
+++ b/libmpdemux/parse_mp4.c	Sat Mar 30 14:12:25 2002 +0000
@@ -7,7 +7,9 @@
    
 #include <stdio.h>
 #include <inttypes.h>
+#ifdef HAVE_MALLOC_H
 #include <malloc.h>
+#endif
 #include "parse_mp4.h"
 #include "mp_msg.h"
 #include "stream.h"