summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authortrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-07-11 17:08:23 +0000
committertrawick <trawick@13f79535-47bb-0310-9956-ffa450edef68>2002-07-11 17:08:23 +0000
commit4d7e10b65015c420a775c274b1a7385902d67e64 (patch)
treefc128e2c877b98c26ac01bdbf2f3dd64ae3a9165 /support
parenta46a4e29aa6b135d6b0a5e8519009d988c2f5745 (diff)
downloadlibapr-4d7e10b65015c420a775c274b1a7385902d67e64.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: http://svn.apache.org/repos/asf/apr/apr/trunk@63617 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-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 */