summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-06-12 15:21:21 -0700
committerRussell Belfer <rb@github.com>2013-06-12 15:21:21 -0700
commit37f66e82635c95d808c418f00d8e3c6646bd31f2 (patch)
treed12ffc9e55c0f954d6beb79d419042577de5c273 /src/win32
parent88c401bec80f795775b50f5b1f1421cf1e6385a3 (diff)
downloadlibgit2-37f66e82635c95d808c418f00d8e3c6646bd31f2.tar.gz
Fix Windows warnings
This fixes problems with missing function prototypes and 64-bit data issues on Windows.
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/posix_w32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/win32/posix_w32.c b/src/win32/posix_w32.c
index f9967e04a..f04974428 100644
--- a/src/win32/posix_w32.c
+++ b/src/win32/posix_w32.c
@@ -5,6 +5,7 @@
* a Linking Exception. For full terms see the included COPYING file.
*/
#include "../posix.h"
+#include "../fileops.h"
#include "path.h"
#include "utf-conv.h"
#include "repository.h"