]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
include <strings.h>
authorYang Tse <yangsita@gmail.com>
Wed, 17 Sep 2008 03:25:52 +0000 (03:25 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 17 Sep 2008 03:25:52 +0000 (03:25 +0000)
ares/ares_search.c

index 3ba26fe11a8a68e40a21f3ac7852b2809b3b8d04..5131f35b8478f22c6616bb61f68dc1de44a439a7 100644 (file)
 #include <ctype.h>
 #include <errno.h>
 
+#ifdef HAVE_STRINGS_H
+#  include <strings.h>
+#endif
+
 #include "ares.h"
 #include "ares_private.h"