zlib 1.0.8

This commit is contained in:
Mark Adler
2011-09-09 23:18:57 -07:00
parent 7850e4e406
commit 6759211ad8
27 changed files with 482 additions and 144 deletions

View File

@@ -186,7 +186,8 @@ typedef uLong FAR uLongf;
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h> /* for SEEK_* and off_t */
# include <sys/types.h> /* for off_t */
# include <unistd.h> /* for SEEK_* and off_t */
# define z_off_t off_t
#endif
#ifndef SEEK_SET