summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
Diffstat (limited to 'support')
-rw-r--r--support/unix/waitio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/unix/waitio.c b/support/unix/waitio.c
index 716db0d70..d5d9985ca 100644
--- a/support/unix/waitio.c
+++ b/support/unix/waitio.c
@@ -52,8 +52,8 @@
* <http://www.apache.org/>.
*/
-#include "fileio.h"
-#include "networkio.h"
+#include "apr_arch_fileio.h"
+#include "apr_arch_networkio.h"
#include "apr_poll.h"
#include "apr_errno.h"
#include "apr_support.h"