summaryrefslogtreecommitdiff
path: root/nss/nss-3.13.5-zlib-werror.patch
blob: 390dd1fdc0d3fe7b531faffdadbda2b187c7bbb8 (plain)
1
2
3
4
5
6
7
8
9
10
--- misc/nss-3.13.5/mozilla/security/nss/lib/zlib/gzguts.h	2010-08-22 03:07:03.000000000 +0200
+++ misc/build/nss-3.13.5/mozilla/security/nss/lib/zlib/gzguts.h	2012-07-17 08:52:14.821552788 +0200
@@ -26,6 +26,7 @@
 #  include <limits.h>
 #endif
 #include <fcntl.h>
+#include <unistd.h>
 
 #ifdef NO_DEFLATE       /* for compatibility with old definition */
 #  define NO_GZCOMPRESS
aram in connectivityNoel Grandin 2017-10-23loplugin:includeform: connectivityStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2016-05-18clang-tidy modernize-make-sharedNoel Grandin 2016-02-25convert EComposeRule to scoped enumNoel Grandin 2016-02-09Remove excess newlinesChris Sherlock 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann