mirror of https://github.com/mpv-player/mpv
time.h required for select()
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7859 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
51cb286928
commit
044b2d550e
|
@ -58,6 +58,7 @@
|
|||
#include <errno.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <fcntl.h>
|
||||
#include "mp_image.h"
|
||||
#include "vf.h"
|
||||
|
|
Loading…
Reference in New Issue