Commit b2e60e4eb5efc2d8ab78371ecd85e8a1f482134d

Vicent Marti 2011-08-10T15:25:17

Add common.h to types.h

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/types.h b/include/git2/types.h
index 9d14c3e..b9db4e5 100644
--- a/include/git2/types.h
+++ b/include/git2/types.h
@@ -25,6 +25,8 @@
 #ifndef INCLUDE_git_types_h__
 #define INCLUDE_git_types_h__
 
+#include "common.h"
+
 /**
  * @file git2/types.h
  * @brief libgit2 base & compatibility types