diff options
author | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 2000-06-17 11:32:38 +0000 |
---|---|---|
committer | dreid <dreid@13f79535-47bb-0310-9956-ffa450edef68> | 2000-06-17 11:32:38 +0000 |
commit | a8622b900d9abaf068a3dd62a45e0ab7a6088bd9 (patch) | |
tree | ee3c9bc82a2fa332fe914b19fe0bf9b470aba09b /misc | |
parent | e6f285edddd48f54105d8fd574e5580f97fd7da9 (diff) | |
download | libapr-a8622b900d9abaf068a3dd62a45e0ab7a6088bd9.tar.gz |
Continuing the cleanup of beos code.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'misc')
-rw-r--r-- | misc/unix/otherchild.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/unix/otherchild.c b/misc/unix/otherchild.c index e3f7e5172..d0bee0b6d 100644 --- a/misc/unix/otherchild.c +++ b/misc/unix/otherchild.c @@ -64,6 +64,9 @@ #ifdef HAVE_SYS_WAIT_H #include <sys/wait.h> #endif +#ifdef BEOS +#include <sys/socket.h> /* for fd_set definition! */ +#endif static ap_other_child_rec_t *other_children = NULL; |