blob: 6cda50023f1bf95ea6db29c48092a67b90e209f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
@@ -26,6 +26,9 @@
# include <limits.h>
#endif
#include <fcntl.h>
+#ifndef _WIN32
+#include <unistd.h>
+#endif
#ifdef NO_DEFLATE /* for compatibility with old definition */
# define NO_GZCOMPRESS
|