diff options
author | Vicent Marti <tanoku@gmail.com> | 2011-08-10 15:25:17 -0700 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-08-10 15:25:37 -0700 |
commit | b2e60e4eb5efc2d8ab78371ecd85e8a1f482134d (patch) | |
tree | fb4adb4421673def1c9ca1c4fc07ca5b5d16e40a | |
parent | 3b76be1646af55f3c1d500160c21585d9dce4e61 (diff) | |
download | libgit2-b2e60e4eb5efc2d8ab78371ecd85e8a1f482134d.tar.gz |
Add common.h to types.h
-rw-r--r-- | include/git2/types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/git2/types.h b/include/git2/types.h index 9d14c3e2f..b9db4e529 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 |