summaryrefslogtreecommitdiff
path: root/include/apr.hnw
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2010-08-08 17:26:15 +0000
committerGuenter Knauf <fuankg@apache.org>2010-08-08 17:26:15 +0000
commitb0b42e35bcdba13b2b799b5f76aa2aa1d781f186 (patch)
treec104f4cd39153ec429ed8f96163ebc375379cbf4 /include/apr.hnw
parent0c6f7e52c18b5331670914c4a300f9efff10f3f8 (diff)
downloadapr-b0b42e35bcdba13b2b799b5f76aa2aa1d781f186.tar.gz
Some NetWare build fixes.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@983455 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr.hnw')
-rw-r--r--include/apr.hnw8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/apr.hnw b/include/apr.hnw
index 607dafb7e..4088aae7b 100644
--- a/include/apr.hnw
+++ b/include/apr.hnw
@@ -49,15 +49,15 @@
#include <signal.h>
#ifdef USE_WINSOCK
#include <novsock2.h>
+#ifdef NW_BUILD_IPV6
+#include <novtcpip.h>
+#endif
#else
#include <sys/socket.h>
+#include <sys/select.h>
#endif
#include <sys/types.h>
-#ifdef NW_BUILD_IPV6
-#include <novtcpip.h>
-#endif
-
#define _POSIX_THREAD_SAFE_FUNCTIONS 1
#define READDIR_IS_THREAD_SAFE 1