diff options
| author | Russell Belfer <rb@github.com> | 2013-06-12 15:21:21 -0700 |
|---|---|---|
| committer | Russell Belfer <rb@github.com> | 2013-06-12 15:21:21 -0700 |
| commit | 37f66e82635c95d808c418f00d8e3c6646bd31f2 (patch) | |
| tree | d12ffc9e55c0f954d6beb79d419042577de5c273 /src/win32 | |
| parent | 88c401bec80f795775b50f5b1f1421cf1e6385a3 (diff) | |
| download | libgit2-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.c | 1 |
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" |
