Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69c8bf7

Browse files
committed
posix compat: include sys/stat.h for mingw
1 parent 4984005 commit 69c8bf7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/posix.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <dirent.h>
1212
#include <sys/param.h>
1313
#include <sys/time.h>
14+
#include <sys/stat.h>
1415

1516
typedef int GIT_SOCKET;
1617
#define INVALID_SOCKET -1

0 commit comments

Comments
 (0)