From: Gunter Knauf Date: Wed, 10 Aug 2005 17:03:53 +0000 (+0000) Subject: make ares compile again for NetWare. X-Git-Tag: upstream/1.10.0~1294 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7dfc7b6d560467766094ce6e34bc3ea8c3c3639a;p=platform%2Fupstream%2Fc-ares.git make ares compile again for NetWare. --- diff --git a/ares_private.h b/ares_private.h index 1a8a2aa..83b77d2 100644 --- a/ares_private.h +++ b/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_process.c b/ares_process.c index c050308..eb4e054 100644 --- a/ares_process.c +++ b/ares_process.c @@ -36,6 +36,9 @@ #ifdef HAVE_SYS_IOCTL_H #include #endif +#ifdef NETWARE +#include +#endif #endif #include