diff stream/stream_pvr.c @ 27431:bb738b9ea7c4

Use '#include <poll.h>' instead of '#include <sys/poll.h>'. It is the standard location as defined by the Open Group.
author diego
date Thu, 14 Aug 2008 15:54:53 +0000
parents a26e50cae389
children 0f1b5b68af32
line wrap: on
line diff
--- a/stream/stream_pvr.c	Thu Aug 14 15:48:11 2008 +0000
+++ b/stream/stream_pvr.c	Thu Aug 14 15:54:53 2008 +0000
@@ -36,7 +36,7 @@
 #include <sys/ioctl.h>
 #include <sys/fcntl.h>
 #include <inttypes.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <linux/types.h>
 #include <linux/videodev2.h>