diff options
Diffstat (limited to 'poll')
-rw-r--r-- | poll/unix/select.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/poll/unix/select.c b/poll/unix/select.c index c1b657e44..e865e6c56 100644 --- a/poll/unix/select.c +++ b/poll/unix/select.c @@ -13,6 +13,12 @@ * limitations under the License. */ +#include "apr.h" +#include "apr_poll.h" +#include "apr_time.h" +#include "apr_portable.h" +#include "apr_arch_networkio.h" +#include "apr_arch_file_io.h" #include "apr_arch_poll_private.h" #ifdef POLL_USES_SELECT |