pull in another upstream tweak for windows
authortb <tb@openbsd.org>
Fri, 9 Feb 2024 19:15:53 +0000 (19:15 +0000)
committertb <tb@openbsd.org>
Fri, 9 Feb 2024 19:15:53 +0000 (19:15 +0000)
lib/libz/gzguts.h

index a909e33..bd0a6fe 100644 (file)
@@ -40,6 +40,7 @@
 
 #if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
 #  include <io.h>
+#  include <share.h>
 #  include <sys/stat.h>
 #endif