From: Daniel Stenberg Date: Thu, 8 May 2008 22:14:17 +0000 (+0000) Subject: include strings.h (if available) for the strcasecmp() proto X-Git-Tag: curl-7_18_2~99 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cf4570a06fb8103560d967af2fc93d3193fcbc04;p=thirdparty%2Fcurl.git include strings.h (if available) for the strcasecmp() proto --- diff --git a/ares/acountry.c b/ares/acountry.c index e7029c8a34..14efa07299 100644 --- a/ares/acountry.c +++ b/ares/acountry.c @@ -43,6 +43,9 @@ #ifdef HAVE_UNISTD_H #include #endif +#ifdef HAVE_STRINGS_H +#include +#endif #if defined(WIN32) #include diff --git a/ares/adig.c b/ares/adig.c index f7f601ce65..59325fe6c4 100644 --- a/ares/adig.c +++ b/ares/adig.c @@ -32,6 +32,9 @@ #endif #include #endif +#ifdef HAVE_STRINGS_H +#include +#endif #include #include diff --git a/ares/ahost.c b/ares/ahost.c index 974f94d684..a5f8fb5af7 100644 --- a/ares/ahost.c +++ b/ares/ahost.c @@ -29,6 +29,9 @@ #include #endif #endif +#ifdef HAVE_STRINGS_H +#include +#endif #include #include