summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Ang-Wanek <tylerw@axosoft.com>2019-06-25 15:14:21 -0700
committerTyler Ang-Wanek <tylerw@axosoft.com>2019-06-25 15:14:21 -0700
commitb14cc27915a1105df2dd780224518863048a34ad (patch)
tree53a3076c2e4c5b24a3fbd1eabf18d596e11a5d9a
parent3d8c54be6b5f4e5643567cfba0d1eaee0e83b050 (diff)
downloadlibgit2-b14cc27915a1105df2dd780224518863048a34ad.tar.gz
Include "commit.h" in "rebase.h" for git_commit_signing_cb
-rw-r--r--include/git2/rebase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/rebase.h b/include/git2/rebase.h
index a13873c99..394117c24 100644
--- a/include/git2/rebase.h
+++ b/include/git2/rebase.h
@@ -13,6 +13,7 @@
#include "annotated_commit.h"
#include "merge.h"
#include "checkout.h"
+#include "commit.h"
/**
* @file git2/rebase.h