summaryrefslogtreecommitdiff
path: root/src/win32/precompiled.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/precompiled.h')
-rw-r--r--src/win32/precompiled.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/win32/precompiled.h b/src/win32/precompiled.h
index cbfe98812..33ce106d3 100644
--- a/src/win32/precompiled.h
+++ b/src/win32/precompiled.h
@@ -1,6 +1,3 @@
-#include "git2.h"
-#include "common.h"
-
#include <assert.h>
#include <errno.h>
#include <limits.h>
@@ -9,6 +6,7 @@
#include <string.h>
#include <fcntl.h>
#include <time.h>
+#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
@@ -20,3 +18,6 @@
#ifdef GIT_THREADS
#include "win32/pthread.h"
#endif
+
+#include "git2.h"
+#include "common.h"