summaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zconf.h b/zconf.h
index 7f705df..ad82e3b 100644
--- a/zconf.h
+++ b/zconf.h
@@ -413,6 +413,9 @@ typedef uLong FAR uLongf;
# define Z_LARGE
#endif
+#if defined(__WATCOM__) && !defined(Z_HAVE_UNISTD_H)
+# define Z_HAVE_UNISTD_H
+#endif
#if (defined(Z_HAVE_UNISTD_H) || defined(Z_LARGE)) && !defined(Z_SOLO)
# include <unistd.h> /* for SEEK_* and off_t */
# ifdef VMS