Skip to content

Commit

Permalink
Include share.h on Windows for _SH_DENYNO.
Browse files Browse the repository at this point in the history
  • Loading branch information
madler committed Feb 9, 2024
1 parent 985a62d commit 25740f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gzguts.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
# include <io.h>
# include <share.h>
# include <sys/stat.h>
#endif

Expand Down

0 comments on commit 25740f4

Please sign in to comment.