summaryrefslogtreecommitdiff
path: root/support/unix
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-07-11 17:08:23 +0000
committerJeff Trawick <trawick@apache.org>2002-07-11 17:08:23 +0000
commit9676a0e2ccc1b1cd2e7eba75020f936da2af2304 (patch)
treefc128e2c877b98c26ac01bdbf2f3dd64ae3a9165 /support/unix
parentb51bbdaea085982f63d5ce66f65b9288b260b8a0 (diff)
downloadapr-9676a0e2ccc1b1cd2e7eba75020f936da2af2304.tar.gz
include the proper header file to get prototypes
fix breakage in apr_connect() which caused a hard failure in mod_proxy git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63617 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/unix')
-rw-r--r--support/unix/waitio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/unix/waitio.c b/support/unix/waitio.c
index c02f14155..cdc0ee10d 100644
--- a/support/unix/waitio.c
+++ b/support/unix/waitio.c
@@ -56,6 +56,7 @@
#include "networkio.h"
#include "apr_poll.h"
#include "apr_errno.h"
+#include "apr_support.h"
/* The only case where we don't use wait_for_io_or_timeout is on
* pre-BONE BeOS, so this check should be sufficient and simpler */