diff options
Diffstat (limited to 'builtin/diff-tree.c')
-rw-r--r-- | builtin/diff-tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/diff-tree.c b/builtin/diff-tree.c index 3e28115047..4ad55ecc3f 100644 --- a/builtin/diff-tree.c +++ b/builtin/diff-tree.c @@ -9,6 +9,7 @@ #include "submodule.h" #include "read-cache-ll.h" #include "repository.h" +#include "revision.h" #include "tree.h" static struct rev_info log_tree_opt; |