summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-08-14 15:50:31 +0000
committerDiego Biurrun <diego@biurrun.de>2008-08-14 15:50:31 +0000
commit29a717aef24af559321f74c7457e8bd72c2df8cf (patch)
tree83ac3cd24afc90ab9a02666956b9c577e5d7b44d /libavdevice
parent084cadabbce4d5413295500f7685cbbcccbb1666 (diff)
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
It is the standard location as defined by the Open Group. Originally committed as revision 14761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/dv1394.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/dv1394.c b/libavdevice/dv1394.c
index de9725bdcf..a55fa97cef 100644
--- a/libavdevice/dv1394.c
+++ b/libavdevice/dv1394.c
@@ -23,9 +23,9 @@
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
+#include <poll.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
-#include <sys/poll.h>
#include <sys/time.h>
#include <time.h>
#include <strings.h>