1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-14 02:51:26 +00:00

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

View File

@ -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"