14 lines
342 B
Diff
14 lines
342 B
Diff
--- a/third_party/zlib/gzguts.h 1980-01-01 00:00:00
|
|
+++ b/third_party/zlib/gzguts.h 2023-04-03 12:23:10
|
|
@@ -3,6 +3,10 @@
|
|
* For conditions of distribution and use, see copyright notice in zlib.h
|
|
*/
|
|
|
|
+#ifndef _WIN32
|
|
+ #include <unistd.h>
|
|
+#endif
|
|
+
|
|
#ifdef _LARGEFILE64_SOURCE
|
|
# ifndef _LARGEFILE_SOURCE
|
|
# define _LARGEFILE_SOURCE 1
|