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
/
reflog.c
diff --git
a/builtin/reflog.c
b/builtin/reflog.c
index a89bd1dd25252ddfe5ad6b32ee89950d3a4b258f..bee4795a936ccf121fb7814daaf7ecff7c1dac0b 100644
(file)
--- a/
builtin/reflog.c
+++ b/
builtin/reflog.c
@@
-1,6
+1,7
@@
#include "builtin.h"
#include "config.h"
#include "lockfile.h"
+#include "object-store.h"
#include "commit.h"
#include "refs.h"
#include "dir.h"