mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 14:56:16 +00:00
12 lines
275 B
Diff
12 lines
275 B
Diff
--- a/modules/zlib/src/gzguts.h
|
|
+++ b/modules/zlib/src/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
|