14 lines
324 B
Diff
14 lines
324 B
Diff
diff --git a/zlib/gzguts.h b/zlib/gzguts.h
|
|
index 990a4d2..d7e7476 100644
|
|
--- a/zlib/gzguts.h
|
|
+++ b/zlib/gzguts.h
|
|
@@ -3,6 +3,8 @@
|
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
|
*/
|
|
|
|
+#include <unistd.h>
|
|
+
|
|
#ifdef _LARGEFILE64_SOURCE
|
|
# ifndef _LARGEFILE_SOURCE
|
|
# define _LARGEFILE_SOURCE 1
|