Include share.h on Windows for _SH_DENYNO.

This commit is contained in:
Mark Adler 2024-02-09 08:27:07 -08:00
parent 985a62d118
commit 25740f4ad5
1 changed files with 1 additions and 0 deletions

View File

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