summaryrefslogtreecommitdiff
path: root/ares_parse_aaaa_reply.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-05-08 22:11:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-05-08 22:11:38 +0000
commit7829b79768124eb6d3628267f71780121f245265 (patch)
treeb16788ad1e3ac3dd1a000eef123f054f7193f592 /ares_parse_aaaa_reply.c
parent7a68a3342bed9d33139e657005a17e0bde5b3bd4 (diff)
downloadc-ares-7829b79768124eb6d3628267f71780121f245265.tar.gz
c-ares-7829b79768124eb6d3628267f71780121f245265.tar.bz2
c-ares-7829b79768124eb6d3628267f71780121f245265.zip
check for strings.h in configure and use it for the strcasecmp() proto
Diffstat (limited to 'ares_parse_aaaa_reply.c')
-rw-r--r--ares_parse_aaaa_reply.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ares_parse_aaaa_reply.c b/ares_parse_aaaa_reply.c
index 95e0c30..3070632 100644
--- a/ares_parse_aaaa_reply.c
+++ b/ares_parse_aaaa_reply.c
@@ -31,6 +31,9 @@
#include <arpa/nameser_compat.h>
#endif
#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include <stdlib.h>
#include <string.h>