Skip to content

Commit 19ecb56

Browse files
felipecgitster
authored andcommitted
revision: add missing include
Otherwise we might not have 'struct diff_options'. [jc: needs a matching follow-up patch to remove inclusion of diff.h from *.c files that do not themselves use anything from diff.h] Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5a3fd6a commit 19ecb56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

revision.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "grep.h"
66
#include "notes.h"
77
#include "commit.h"
8+
#include "diff.h"
89

910
#define SEEN (1u<<0)
1011
#define UNINTERESTING (1u<<1)

0 commit comments

Comments
 (0)