FreeBSD require stdlib.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5405 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2002-03-30 14:42:32 +00:00
parent b8d79e4b09
commit 355ce11771
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
#ifdef HAVE_MALLOC_H #ifdef HAVE_MALLOC_H
#include <malloc.h> #include <malloc.h>
#endif #endif
#include <stdlib.h>
#include "parse_mp4.h" #include "parse_mp4.h"
#include "mp_msg.h" #include "mp_msg.h"
#include "stream.h" #include "stream.h"