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]
/
builtin
/
log.c
diff --git
a/builtin/log.c
b/builtin/log.c
index 71f68a3e4f59d987c653fb8f32a4d8770e9c6654..9656578f58ea5399ba61eac652a838f475c5c75c 100644
(file)
--- a/
builtin/log.c
+++ b/
builtin/log.c
@@
-7,6
+7,7
@@
#include "cache.h"
#include "config.h"
#include "refs.h"
+#include "object-store.h"
#include "color.h"
#include "commit.h"
#include "diff.h"