From cf4570a06fb8103560d967af2fc93d3193fcbc04 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 May 2008 22:14:17 +0000 Subject: include strings.h (if available) for the strcasecmp() proto --- ares/ahost.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ares/ahost.c') 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 #endif #endif +#ifdef HAVE_STRINGS_H +#include +#endif #include #include -- cgit v1.2.3