aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_process.c
diff options
context:
space:
mode:
Diffstat (limited to 'ares/ares_process.c')
-rw-r--r--ares/ares_process.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/ares_process.c b/ares/ares_process.c
index d977d0937..442e3280c 100644
--- a/ares/ares_process.c
+++ b/ares/ares_process.c
@@ -44,6 +44,9 @@
#endif
#endif /* WIN32 && !WATT32 */
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif