summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2000-12-05 00:16:19 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2000-12-05 00:16:19 +0000
commit6c1e8b1e10f368f90b404b53faafbfea7924ca72 (patch)
tree953480ef90a2d09617b4cca6cb99030750bd57fc /misc
parentce1c38b48c0ce6ef59c2994f60de0a9aadc53f67 (diff)
downloadapr-6c1e8b1e10f368f90b404b53faafbfea7924ca72.tar.gz
My imagination, or was this a bad thing?
git-svn-id: https://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