diff options
author | Ben Straub <bs@github.com> | 2013-08-13 09:22:53 -0700 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2013-08-13 09:22:53 -0700 |
commit | e12618b1ecea0eda5bc23662c78b678ca5a27013 (patch) | |
tree | 3154d5cc88b145255d630d7f7be0001572d4359b | |
parent | 14da618260be02c63b4f08dca8e6ab479f7449d7 (diff) | |
download | libgit2-e12618b1ecea0eda5bc23662c78b678ca5a27013.tar.gz |
Add some things to precompiled header
-rw-r--r-- | src/win32/precompiled.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/win32/precompiled.h b/src/win32/precompiled.h index 5de7e6f34..cbfe98812 100644 --- a/src/win32/precompiled.h +++ b/src/win32/precompiled.h @@ -1,4 +1,5 @@ #include "git2.h" +#include "common.h" #include <assert.h> #include <errno.h> @@ -6,6 +7,8 @@ #include <stdlib.h> #include <stdio.h> #include <string.h> +#include <fcntl.h> +#include <time.h> #include <sys/types.h> #include <sys/stat.h> |