summaryrefslogtreecommitdiff
path: root/ares_gethostbyname.c
diff options
context:
space:
mode:
Diffstat (limited to 'ares_gethostbyname.c')
-rw-r--r--ares_gethostbyname.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ares_gethostbyname.c b/ares_gethostbyname.c
index 33093aa..d737b41 100644
--- a/ares_gethostbyname.c
+++ b/ares_gethostbyname.c
@@ -36,6 +36,9 @@
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include "ares.h"
#include "ares_private.h"