diff options
Diffstat (limited to 'rev-list.c')
-rw-r--r-- | rev-list.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rev-list.c b/rev-list.c index 359195b547..963707a495 100644 --- a/rev-list.c +++ b/rev-list.c @@ -5,6 +5,7 @@ #include "tree.h" #include "blob.h" #include "tree-walk.h" +#include "diff.h" #include "revision.h" /* bits #0-6 in revision.h */ |