blob: 66ce0365b2e1a26ea03e773bc66097458a4c7f17 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- thirdparty/zlib/gzwrite.c.orig 2021-11-25 00:56:54 UTC
+++ thirdparty/zlib/gzwrite.c
@@ -4,6 +4,7 @@
*/
#include "gzguts.h"
+#include <unistd.h>
/* Local functions */
local int gz_init OF((gz_statep));
|