diff options
author | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2003-03-20 18:39:53 +0000 |
---|---|---|
committer | bnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68> | 2003-03-20 18:39:53 +0000 |
commit | 46a8a5d6fcff2509a416e5214587bba4e0640b4f (patch) | |
tree | 27b3020f849a7867cb1eac6b298f5ebd7e0096db /file_io | |
parent | 19cca8d83738ac6b72bdee0849508124a87749bf (diff) | |
download | libapr-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
Diffstat (limited to 'file_io')
-rw-r--r-- | file_io/netware/pipe.c | 1 |
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) { |