summaryrefslogtreecommitdiff
path: root/src/revwalk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/revwalk.h')
-rw-r--r--src/revwalk.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/revwalk.h b/src/revwalk.h
index f7c4cf4a4..270eb8c6b 100644
--- a/src/revwalk.h
+++ b/src/revwalk.h
@@ -4,6 +4,8 @@
#include "git/common.h"
#include "git/revwalk.h"
+#include "commit.h"
+
struct git_revpool {
git_odb *db;
@@ -11,7 +13,7 @@ struct git_revpool {
git_commit *(*next_commit)(git_commit_list *);
git_commit_list roots;
- git_revpool_table *commits;
+ git_revpool_table *objects;
unsigned walking:1;
unsigned int sorting;