diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2002-03-14 17:48:58 +0100 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2002-03-14 17:48:58 +0100 |
commit | 4fccbc64591237ef4f36d5126fe1bca7ccbd79dc (patch) | |
tree | 7b620443bc37e5204a9337d2574a1163b05673ce | |
parent | Added code to extract the current address space name so that each (diff) | |
download | apache2-4fccbc64591237ef4f36d5126fe1bca7ccbd79dc.tar.xz apache2-4fccbc64591237ef4f36d5126fe1bca7ccbd79dc.zip |
Switched to the new winsock header for NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93935 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | modules/arch/netware/libprews.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arch/netware/libprews.c b/modules/arch/netware/libprews.c index efa475fc69..21b9a1fd7d 100644 --- a/modules/arch/netware/libprews.c +++ b/modules/arch/netware/libprews.c @@ -10,7 +10,7 @@ ------------------------------------------------------------------*/ #include <netware.h> //#include "stddef.h" -#include "ws2nlm.h" +#include "novsock2.h" int _NonAppStart ( |