mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-11 21:33:06 +00:00
14 lines
215 B
Diff
14 lines
215 B
Diff
--- a/Source/ZLib/gzguts.h
|
|
+++ b/Source/ZLib/gzguts.h
|
|
@@ -26,6 +26,10 @@
|
|
# include <limits.h>
|
|
#endif
|
|
|
|
+#ifdef __ANDROID__
|
|
+# include <unistd.h>
|
|
+#endif
|
|
+
|
|
#ifndef _POSIX_SOURCE
|
|
# define _POSIX_SOURCE
|
|
#endif
|