From 6759211ad8a5006689216a86c3267bb503bfccc1 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Fri, 9 Sep 2011 23:18:57 -0700 Subject: zlib 1.0.8 --- zconf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zconf.h') 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; #endif #ifdef HAVE_UNISTD_H -# include /* for SEEK_* and off_t */ +# include /* for off_t */ +# include /* for SEEK_* and off_t */ # define z_off_t off_t #endif #ifndef SEEK_SET -- cgit v1.2.3-55-g6feb