mirror of https://github.com/mpv-player/mpv
FreeBSD require stdlib.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5405 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b8d79e4b09
commit
355ce11771
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue