aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_timeout.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2004-08-20 13:45:26 +0000
committerGisle Vanem <gvanem@broadpark.no>2004-08-20 13:45:26 +0000
commitb17e32baa750d9ce9459e06b144e4ed376dbaa32 (patch)
treeff1096681439c771456586b8e9e0d542e28ff1ca /ares/ares_timeout.c
parentcd52b9f0da6ad17287e85e55363248d9f7430ba4 (diff)
Changes for Watt-32 on Windows. I've assumed Configure
sets the required HAVE_xx defines for non-DOS/Win targets.
Diffstat (limited to 'ares/ares_timeout.c')
-rw-r--r--ares/ares_timeout.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/ares/ares_timeout.c b/ares/ares_timeout.c
index 6a1ba8948..775b0a915 100644
--- a/ares/ares_timeout.c
+++ b/ares/ares_timeout.c
@@ -16,13 +16,12 @@
#include "setup.h"
#include <sys/types.h>
-#ifdef WIN32
-
-#else
+#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif
#include <time.h>
+
#include "ares.h"
#include "ares_private.h"