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 <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Felipe Contreras 2013-10-31 03:25:36 -06:00 committed by Junio C Hamano
parent 5a3fd6afd4
commit 19ecb564ad
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include "grep.h"
#include "notes.h"
#include "commit.h"
#include "diff.h"

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