diff options
Diffstat (limited to 'src/unix/posix.h')
-rw-r--r-- | src/unix/posix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/posix.h b/src/unix/posix.h index c852936be..777350990 100644 --- a/src/unix/posix.h +++ b/src/unix/posix.h @@ -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 |