summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-03-20 18:39:53 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2003-03-20 18:39:53 +0000
commit46a8a5d6fcff2509a416e5214587bba4e0640b4f (patch)
tree27b3020f849a7867cb1eac6b298f5ebd7e0096db
parent19cca8d83738ac6b72bdee0849508124a87749bf (diff)
downloadlibapr-46a8a5d6fcff2509a416e5214587bba4e0640b4f.tar.gz
Need to resolve the #define APR_INHERIT that is being used as a flag
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64439 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--file_io/netware/pipe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/file_io/netware/pipe.c b/file_io/netware/pipe.c
index 52c7253c4..890308530 100644
--- a/file_io/netware/pipe.c
+++ b/file_io/netware/pipe.c
@@ -59,6 +59,7 @@
#include "apr_arch_file_io.h"
#include "apr_strings.h"
#include "apr_portable.h"
+#include "apr_arch_inherit.h"
static apr_status_t pipeblock(apr_file_t *thepipe)
{