Skip to content

Commit

Permalink
COMMON: Added missing share.h include
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Apr 16, 2024
1 parent a901811 commit 50abb11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sail-common/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

#ifdef SAIL_WIN32
#include <io.h>
#include <share.h> /* _SH_DENYWR */
#include <windows.h>
#else
#include <errno.h>
Expand Down

0 comments on commit 50abb11

Please sign in to comment.