aboutsummaryrefslogtreecommitdiff
path: root/ares/config-win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'ares/config-win32.h')
-rw-r--r--ares/config-win32.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/config-win32.h b/ares/config-win32.h
index 3ce3caa42..ac41df1b9 100644
--- a/ares/config-win32.h
+++ b/ares/config-win32.h
@@ -30,7 +30,8 @@
#endif
/* Define if you have the <unistd.h> header file. */
-#if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__LCC__)
+#if defined(__MINGW32__) || defined(__WATCOMC__) || defined(__LCC__) || \
+ defined(__POCC__)
#define HAVE_UNISTD_H 1
#endif