aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ares/nameser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/nameser.h b/ares/nameser.h
index 73a9e1842..3553f8bad 100644
--- a/ares/nameser.h
+++ b/ares/nameser.h
@@ -21,7 +21,8 @@ struct iovec
#define getpid() _getpid()
-int strcasecmp(const char *a, const char *b);
+struct timezone { int dummy; };
+
int ares_gettimeofday(struct timeval *tv, struct timezone *tz);
#define gettimeofday(tv,tz) ares_gettimeofday(tv,tz)