summaryrefslogtreecommitdiff
path: root/src/unix
diff options
context:
space:
mode:
authorPierre-Olivier Latour <pol@mac.com>2015-06-17 09:00:23 -0700
committerPierre-Olivier Latour <pol@mac.com>2015-06-17 09:00:23 -0700
commit85a5e8ebe171afa948e0ad18fe3769e0fe1244b5 (patch)
tree7d08691ee769afbef520e4d80666490e13383f2e /src/unix
parent83a04a69da717aee7f313433b6b1eb7e3c4ebdec (diff)
downloadlibgit2-85a5e8ebe171afa948e0ad18fe3769e0fe1244b5.tar.gz
Fixed Xcode 6.1 build warnings
Diffstat (limited to 'src/unix')
-rw-r--r--src/unix/posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/posix.h b/src/unix/posix.h
index 425e6bb1b..c852936be 100644
--- a/src/unix/posix.h
+++ b/src/unix/posix.h
@@ -10,6 +10,7 @@
#include <stdio.h>
#include <dirent.h>
#include <sys/param.h>
+#include <sys/time.h>
typedef int GIT_SOCKET;
#define INVALID_SOCKET -1