Commit b14cc27915a1105df2dd780224518863048a34ad

Tyler Ang-Wanek 2019-06-25T15:14:21

Include "commit.h" in "rebase.h" for git_commit_signing_cb

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/include/git2/rebase.h b/include/git2/rebase.h
index a13873c..394117c 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