diff options
| author | Carlos Martín Nieto <cmn@dwim.me> | 2015-05-31 19:21:42 +0200 |
|---|---|---|
| committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-05-31 19:21:42 +0200 |
| commit | ff19d60d68ef5f508a5a8ff30be6519598ff50e1 (patch) | |
| tree | a0b4bed04dfb164441fb294986da3031ccc9b144 | |
| parent | 98f1b3c34af32305f7a8de3408527a64f6eaf9c1 (diff) | |
| download | libgit2-cmn/v22-update.tar.gz | |
Include git2/transaction.hcmn/v22-update
This was forgotten when the feature was implemented.
| -rw-r--r-- | include/git2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2.h b/include/git2.h index cf6b5cb89..d141c59d3 100644 --- a/include/git2.h +++ b/include/git2.h @@ -58,6 +58,7 @@ #include "git2/submodule.h" #include "git2/tag.h" #include "git2/transport.h" +#include "git2/transaction.h" #include "git2/tree.h" #include "git2/types.h" #include "git2/version.h" |
