diff options
author | nexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-30 14:42:32 +0000 |
---|---|---|
committer | nexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-03-30 14:42:32 +0000 |
commit | 355ce1177153049c789ff45b57b2b44d7aefee6d (patch) | |
tree | c790a86ba3b185c0586b177f37405ddbfdea78ce /libmpdemux | |
parent | b8d79e4b09975b8629691bd12b0fb923d598b410 (diff) | |
download | mpv-355ce1177153049c789ff45b57b2b44d7aefee6d.tar.bz2 mpv-355ce1177153049c789ff45b57b2b44d7aefee6d.tar.xz |
FreeBSD require stdlib.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5405 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r-- | libmpdemux/parse_mp4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpdemux/parse_mp4.c b/libmpdemux/parse_mp4.c index 1ba4b323a4..b1fe69a49d 100644 --- a/libmpdemux/parse_mp4.c +++ b/libmpdemux/parse_mp4.c @@ -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" |