changeset 5403:dba4cecbb4d1

FreeBSD warning fix
author nexus
date Sat, 30 Mar 2002 14:12:25 +0000
parents 625bd0095b7d
children 534580bc88a8
files libmpdemux/parse_mp4.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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"