Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
object-store: move object access functions to object-store.h
[gitweb.git]
/
grep.c
diff --git
a/grep.c
b/grep.c
index 65b90c10a38c136d2ce9a42fee5c543cd7d4717d..438987220ea927c60dc5fe5dd94d32cf916e6007 100644
(file)
--- a/
grep.c
+++ b/
grep.c
@@
-1,6
+1,7
@@
#include "cache.h"
#include "config.h"
#include "grep.h"
+#include "object-store.h"
#include "userdiff.h"
#include "xdiff-interface.h"
#include "diff.h"