Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
authorDiego Biurrun <diego@biurrun.de>
Thu, 14 Aug 2008 15:50:31 +0000 (15:50 +0000)
committerDiego Biurrun <diego@biurrun.de>
Thu, 14 Aug 2008 15:50:31 +0000 (15:50 +0000)
It is the standard location as defined by the Open Group.

Originally committed as revision 14761 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavdevice/dv1394.c

index de9725b..a55fa97 100644 (file)
@@ -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>