mirror of https://github.com/mpv-player/mpv
FreeBSD fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4051 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
10aa8c8539
commit
0573693a2b
|
@ -3,6 +3,7 @@
|
|||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "asxparser.h"
|
||||
#include "mp_msg.h"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <assert.h>
|
||||
#include "playtree.h"
|
||||
#include "mp_msg.h"
|
||||
|
|
Loading…
Reference in New Issue