posix compat: include sys/stat.h for mingw

This commit is contained in:
Edward Thomson 2015-06-30 14:21:29 +00:00
parent 49840056da
commit 69c8bf7e0d

View File

@ -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