summaryrefslogtreecommitdiffstats
path: root/stream/dvb_tune.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-14 15:54:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-08-14 15:54:53 +0000
commit511729a3a206fc069626b39d6c08f1db4b56b0b0 (patch)
tree116d1aef40d0a418e1b3150abc2384b2fba20cd2 /stream/dvb_tune.c
parent20e0b5c83156993a57667436fd96a03272f0e551 (diff)
downloadmpv-511729a3a206fc069626b39d6c08f1db4b56b0b0.tar.bz2
mpv-511729a3a206fc069626b39d6c08f1db4b56b0b0.tar.xz
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
Diffstat (limited to 'stream/dvb_tune.c')
-rw-r--r--stream/dvb_tune.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/dvb_tune.c b/stream/dvb_tune.c
index 2235541fe1..64a2b0fb0a 100644
--- a/stream/dvb_tune.c
+++ b/stream/dvb_tune.c
@@ -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>