diff libmpdemux/parse_mp4.c @ 5404:534580bc88a8

FreeBSD require stdlib.h
author nexus
date Sat, 30 Mar 2002 14:42:32 +0000
parents dba4cecbb4d1
children a3aac765967d
line wrap: on
line diff
--- a/libmpdemux/parse_mp4.c	Sat Mar 30 14:12:25 2002 +0000
+++ b/libmpdemux/parse_mp4.c	Sat Mar 30 14:42:32 2002 +0000
@@ -10,6 +10,7 @@
 #ifdef HAVE_MALLOC_H
 #include <malloc.h>
 #endif
+#include <stdlib.h>
 #include "parse_mp4.h"
 #include "mp_msg.h"
 #include "stream.h"