diff options
author | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:18:57 -0700 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2011-09-09 23:18:57 -0700 |
commit | 6759211ad8a5006689216a86c3267bb503bfccc1 (patch) | |
tree | dc0f61f4c4a44828ad7d30e376ef21840b137f44 /zconf.h | |
parent | 7850e4e406dce1f7a819297eeb151d1ca18e7cd9 (diff) | |
download | zlib-6759211ad8a5006689216a86c3267bb503bfccc1.tar.gz zlib-6759211ad8a5006689216a86c3267bb503bfccc1.tar.bz2 zlib-6759211ad8a5006689216a86c3267bb503bfccc1.zip |
zlib 1.0.8v1.0.8
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |