summaryrefslogtreecommitdiff
path: root/zconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'zconf.h')
-rw-r--r--zconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zconf.h b/zconf.h
index d95edb6..7bc054f 100644
--- a/zconf.h
+++ b/zconf.h
@@ -186,7 +186,8 @@ typedef uLong FAR uLongf;
186#endif 186#endif
187 187
188#ifdef HAVE_UNISTD_H 188#ifdef HAVE_UNISTD_H
189# include <unistd.h> /* for SEEK_* and off_t */ 189# include <sys/types.h> /* for off_t */
190# include <unistd.h> /* for SEEK_* and off_t */
190# define z_off_t off_t 191# define z_off_t off_t
191#endif 192#endif
192#ifndef SEEK_SET 193#ifndef SEEK_SET