summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-12-05 00:16:19 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2000-12-05 00:16:19 +0000
commit0e1752c78a14c015ca340cbcf147587431b6fd3b (patch)
tree953480ef90a2d09617b4cca6cb99030750bd57fc /misc
parentfb2aeff29e357bd736be21a6f8d62dbb4b49e0fb (diff)
downloadlibapr-0e1752c78a14c015ca340cbcf147587431b6fd3b.tar.gz
My imagination, or was this a bad thing?
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r--misc/unix/otherchild.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/unix/otherchild.c b/misc/unix/otherchild.c
index e12729b2b..0bc8629a3 100644
--- a/misc/unix/otherchild.c
+++ b/misc/unix/otherchild.c
@@ -62,7 +62,7 @@
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
-#ifdef APR_HAVE_SYS_WAIT_H
+#if APR_HAVE_SYS_WAIT_H
#include <sys/wait.h>
#endif
#ifdef BEOS