comparison stream/dvb_tune.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 14c5017f40d2
children 187ca29cd878
comparison
equal deleted inserted replaced
27430:8bc08d1b115d 27431:bb738b9ea7c4
25 25
26 #include <stdio.h> 26 #include <stdio.h>
27 #include <stdlib.h> 27 #include <stdlib.h>
28 #include <ctype.h> 28 #include <ctype.h>
29 #include <sys/ioctl.h> 29 #include <sys/ioctl.h>
30 #include <sys/poll.h> 30 #include <poll.h>
31 #include <unistd.h> 31 #include <unistd.h>
32 #include <fcntl.h> 32 #include <fcntl.h>
33 #include <time.h> 33 #include <time.h>
34 #include <errno.h> 34 #include <errno.h>
35 #include "config.h" 35 #include "config.h"