From: Gunter Knauf Date: Wed, 10 Aug 2005 17:03:53 +0000 (+0000) Subject: make ares compile again for NetWare. X-Git-Tag: curl-7_14_1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b571fbbb1b36f94a6b4279fb52a9e956a86040b;p=thirdparty%2Fcurl.git make ares compile again for NetWare. --- diff --git a/ares/ares_private.h b/ares/ares_private.h index 1a8a2aae58..83b77d2a41 100644 --- a/ares/ares_private.h +++ b/ares/ares_private.h @@ -33,6 +33,10 @@ #define writev(s,v,c) writev_s(s,v,c) #endif +#ifdef NETWARE +#include +#endif + #define DEFAULT_TIMEOUT 5 #define DEFAULT_TRIES 4 #ifndef INADDR_NONE diff --git a/ares/ares_process.c b/ares/ares_process.c index c050308f07..eb4e0542dd 100644 --- a/ares/ares_process.c +++ b/ares/ares_process.c @@ -36,6 +36,9 @@ #ifdef HAVE_SYS_IOCTL_H #include #endif +#ifdef NETWARE +#include +#endif #endif #include