summaryrefslogtreecommitdiff
path: root/ares_private.h
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2005-08-10 17:03:53 +0000
committerGunter Knauf <gk@gknw.de>2005-08-10 17:03:53 +0000
commit7dfc7b6d560467766094ce6e34bc3ea8c3c3639a (patch)
tree1a7e4c8641bca60a284b48f8522cac5259281726 /ares_private.h
parent29203fd66dd9124e1d8beade41cdb7835670a0b4 (diff)
downloadc-ares-7dfc7b6d560467766094ce6e34bc3ea8c3c3639a.tar.gz
c-ares-7dfc7b6d560467766094ce6e34bc3ea8c3c3639a.tar.bz2
c-ares-7dfc7b6d560467766094ce6e34bc3ea8c3c3639a.zip
make ares compile again for NetWare.
Diffstat (limited to 'ares_private.h')
-rw-r--r--ares_private.h4
1 files changed, 4 insertions, 0 deletions
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 <time.h>
+#endif
+
#define DEFAULT_TIMEOUT 5
#define DEFAULT_TRIES 4
#ifndef INADDR_NONE