#include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include "ares.h"
#include "ares_private.h"
#include <arpa/nameser_compat.h>
#endif
#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include <stdlib.h>
#include <string.h>
#include <arpa/nameser_compat.h>
#endif
#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include <stdlib.h>
#include <string.h>
#include <arpa/nameser_compat.h>
#endif
#endif
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include <stdlib.h>
#include <string.h>
#endif
#endif /* WIN32 && !WATT32 */
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
netinet/tcp.h \
net/if.h \
errno.h \
+ strings.h \
stdbool.h \
arpa/nameser.h \
arpa/nameser_compat.h \