mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 19:23:05 +00:00
posix compat: include sys/stat.h for mingw
This commit is contained in:
parent
49840056da
commit
69c8bf7e0d
@ -11,6 +11,7 @@
|
||||
#include <dirent.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
typedef int GIT_SOCKET;
|
||||
#define INVALID_SOCKET -1
|
||||
|
Loading…
Reference in New Issue
Block a user