aboutsummaryrefslogtreecommitdiff
path: root/ares/ahost.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-08 22:14:17 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-08 22:14:17 +0000
commitcf4570a06fb8103560d967af2fc93d3193fcbc04 (patch)
treeea9e25bba2855d834b7b1fd57ed4cd90e481a1ad /ares/ahost.c
parent6df5dddd9032eda9e255b36bebc3a09134f0a846 (diff)
include strings.h (if available) for the strcasecmp() proto
Diffstat (limited to 'ares/ahost.c')
-rw-r--r--ares/ahost.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/ahost.c b/ares/ahost.c
index 974f94d68..a5f8fb5af 100644
--- a/ares/ahost.c
+++ b/ares/ahost.c
@@ -29,6 +29,9 @@
#include <unistd.h>
#endif
#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include <stdio.h>
#include <stdlib.h>