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:
arpi 2002-10-23 11:20:07 +00:00
parent 51cb286928
commit 044b2d550e
1 changed files with 1 additions and 0 deletions

View File

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