]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
make ares compile again for NetWare.
authorGunter Knauf <gk@gknw.de>
Wed, 10 Aug 2005 17:03:53 +0000 (17:03 +0000)
committerGunter Knauf <gk@gknw.de>
Wed, 10 Aug 2005 17:03:53 +0000 (17:03 +0000)
ares/ares_private.h
ares/ares_process.c

index 1a8a2aae58552f9b60b5ff2f1598757bd823527f..83b77d2a4105cd76e80dff8a431329b02d693295 100644 (file)
 #define writev(s,v,c)     writev_s(s,v,c)
 #endif
 
+#ifdef NETWARE
+#include <time.h>
+#endif
+
 #define DEFAULT_TIMEOUT         5
 #define DEFAULT_TRIES           4
 #ifndef INADDR_NONE
index c050308f07de0406cbc6366c64fb19dfe2e67c3e..eb4e0542dd974d1405a889d555a69938be54a9fd 100644 (file)
@@ -36,6 +36,9 @@
 #ifdef HAVE_SYS_IOCTL_H
 #include <sys/ioctl.h>
 #endif
+#ifdef NETWARE
+#include <sys/filio.h>
+#endif
 #endif
 
 #include <string.h>