sc: copy cache values when clone color conditional format
[LibreOffice.git] / external / nss / nss-3.13.5-zlib-werror.patch
blob0cdbf7808f8137f3750d30be337529ed6f3eba56
1 --- a/a/nss/lib/zlib/gzguts.h 2010-08-22 03:07:03.000000000 +0200
2 +++ b/b/nss/lib/zlib/gzguts.h 2012-07-17 08:52:14.821552788 +0200
3 @@ -26,6 +26,10 @@
4 # define write _write
5 # define close _close
6 #endif
8 +#ifndef _WIN32
9 +#include <unistd.h>
10 +#endif
12 #ifdef NO_DEFLATE /* for compatibility with old definition */
13 # define NO_GZCOMPRESS