Skip to content

Commit

Permalink
revision: add missing include
Browse files Browse the repository at this point in the history
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 <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Felipe Contreras authored and Junio C Hamano committed Oct 31, 2013
1 parent 5a3fd6a commit 19ecb56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions revision.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "grep.h"
#include "notes.h"
#include "commit.h"
#include "diff.h"

#define SEEN (1u<<0)
#define UNINTERESTING (1u<<1)
Expand Down

0 comments on commit 19ecb56

Please sign in to comment.