Re: [PATCH 05/16] revision: add missing include

2013-10-31 Thread Junio C Hamano
Felipe Contreras writes: > Otherwise we might not have 'struct diff_options'. > > Signed-off-by: Felipe Contreras > --- > revision.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/revision.h b/revision.h > index e7f1d21..89132df 100644 > --- a/revision.h > +++ b/revision.h > @@ -5,6 +

[PATCH 05/16] revision: add missing include

2013-10-31 Thread Felipe Contreras
Otherwise we might not have 'struct diff_options'. Signed-off-by: Felipe Contreras --- revision.h | 1 + 1 file changed, 1 insertion(+) diff --git a/revision.h b/revision.h index e7f1d21..89132df 100644 --- a/revision.h +++ b/revision.h @@ -5,6 +5,7 @@ #include "grep.h" #include "notes.h" #i