diff options
author | Sakari Jokinen <sakariij@gmail.com> | 2011-02-23 07:08:50 +0200 |
---|---|---|
committer | Vicent Marti <tanoku@gmail.com> | 2011-02-25 00:00:36 +0200 |
commit | fc70832a4fe26e3a237876a865e723fb7f4cc79d (patch) | |
tree | 0af312cda4d9e3f947024a4d8ae64304cdc17ff1 | |
parent | 7360122ba973dfea6604ee1b378f79ce6399af3e (diff) | |
download | libgit2-fc70832a4fe26e3a237876a865e723fb7f4cc79d.tar.gz |
include "oid.h" in headers that use git_oid
This makes generating bindings to hlibgit2 easier
-rw-r--r-- | src/git2/index.h | 1 | ||||
-rw-r--r-- | src/git2/refs.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/git2/index.h b/src/git2/index.h index f1716fead..605740c10 100644 --- a/src/git2/index.h +++ b/src/git2/index.h @@ -27,6 +27,7 @@ #include "common.h" #include "types.h" +#include "oid.h" /** * @file git2/index.h diff --git a/src/git2/refs.h b/src/git2/refs.h index c9efac34f..36031ec66 100644 --- a/src/git2/refs.h +++ b/src/git2/refs.h @@ -27,6 +27,7 @@ #include "common.h" #include "types.h" +#include "oid.h" /** * @file git2/refs.h |