]> git.ipfire.org Git - thirdparty/git.git/blobdiff - grep.c
object-store: move object access functions to object-store.h
[thirdparty/git.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"