comparison libao2/ao_mpegpes.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 8bc08d1b115d
children e45b08f2f5d3
comparison
equal deleted inserted replaced
27430:8bc08d1b115d 27431:bb738b9ea7c4
9 #include <errno.h> 9 #include <errno.h>
10 10
11 #include "config.h" 11 #include "config.h"
12 12
13 #ifdef CONFIG_DVB 13 #ifdef CONFIG_DVB
14 #include <sys/poll.h> 14 #include <poll.h>
15 #include <sys/ioctl.h> 15 #include <sys/ioctl.h>
16 #endif 16 #endif
17 17
18 #include "audio_out.h" 18 #include "audio_out.h"
19 #include "audio_out_internal.h" 19 #include "audio_out_internal.h"