Use '#include <poll.h>' instead of '#include <sys/poll.h>'.

It is the standard location as defined by the Open Group.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27463 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego
2008-08-14 15:54:53 +00:00
parent 20e0b5c831
commit 511729a3a2
6 changed files with 8 additions and 8 deletions

View File

@@ -27,7 +27,7 @@
#include <stdlib.h>
#include <ctype.h>
#include <sys/ioctl.h>
#include <sys/poll.h>
#include <poll.h>
#include <unistd.h>
#include <fcntl.h>
#include <time.h>