summaryrefslogtreecommitdiff
path: root/network_io
diff options
context:
space:
mode:
authorbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2002-12-18 16:08:29 +0000
committerbnicholes <bnicholes@13f79535-47bb-0310-9956-ffa450edef68>2002-12-18 16:08:29 +0000
commit8febeac886802a0c59c196527ed0a28c8d00db09 (patch)
tree1efd3f91e689d36d6001f37d18ec26ca8c010faa /network_io
parent1858d55b5ff1fd4273476885959aa9f4537238f8 (diff)
downloadlibapr-8febeac886802a0c59c196527ed0a28c8d00db09.tar.gz
NetWare needs some defines that are in apr_private.h
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@64190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'network_io')
-rw-r--r--network_io/unix/sockaddr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/network_io/unix/sockaddr.c b/network_io/unix/sockaddr.c
index 2095c5cc0..becff5c1f 100644
--- a/network_io/unix/sockaddr.c
+++ b/network_io/unix/sockaddr.c
@@ -57,6 +57,9 @@
#include "apr.h"
#include "apr_lib.h"
#include "apr_strings.h"
+#ifdef NETWARE
+#include "apr_private.h"
+#endif
#if APR_HAVE_STDLIB_H
#include <stdlib.h>