Commit dc8e3096d6cd4e8eb331acc36142207f4146ea57

Carlos Martín Nieto 2011-10-01T02:09:35

Include stdint.h in git2/config.h Otherwise MSVC doesn't know what we're talking about when we say int32_t or int64_t. Signed-off-by: Carlos Martín Nieto <carlos@cmartin.tk>

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/git2/config.h b/include/git2/config.h
index 3664759..7e709b6 100644
--- a/include/git2/config.h
+++ b/include/git2/config.h
@@ -9,6 +9,7 @@
 
 #include "common.h"
 #include "types.h"
+#include <stdint.h>
 
 /**
  * @file git2/config.h