2013-11-13 10:08:03 -06:00
|
|
|
--- a/a/nss/lib/zlib/gzguts.h 2010-08-22 03:07:03.000000000 +0200
|
|
|
|
+++ b/b/nss/lib/zlib/gzguts.h 2012-07-17 08:52:14.821552788 +0200
|
2013-05-10 10:42:35 -05:00
|
|
|
@@ -26,6 +26,9 @@
|
2012-07-17 01:57:52 -05:00
|
|
|
# include <limits.h>
|
|
|
|
#endif
|
|
|
|
#include <fcntl.h>
|
2013-05-10 10:42:35 -05:00
|
|
|
+#ifndef _WIN32
|
2012-07-17 01:57:52 -05:00
|
|
|
+#include <unistd.h>
|
2013-05-10 10:42:35 -05:00
|
|
|
+#endif
|
2012-07-17 01:57:52 -05:00
|
|
|
|
|
|
|
#ifdef NO_DEFLATE /* for compatibility with old definition */
|
|
|
|
# define NO_GZCOMPRESS
|