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, 2 insertions, 1 deletions
diff --git a/ares/ares_process.c b/ares/ares_process.c
index 93e7196e0..456d95218 100644
--- a/ares/ares_process.c
+++ b/ares/ares_process.c
@@ -30,6 +30,8 @@
#ifdef HAVE_ARPA_NAMESER_COMPAT_H
#include <arpa/nameser_compat.h>
#endif
+#endif /* WIN32 && !WATT32 */
+
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
@@ -39,7 +41,6 @@
#ifdef NETWARE
#include <sys/filio.h>
#endif
-#endif
#include <string.h>
#include <stdlib.h>