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
/
tag.c
diff --git
a/builtin/tag.c
b/builtin/tag.c
index 26d7729f57b73a36b0345141b072b840a34e0722..f872f14f65eb0647eff42695c8e9829f2a42b961 100644
(file)
--- a/
builtin/tag.c
+++ b/
builtin/tag.c
@@
-10,6
+10,7
@@
#include "config.h"
#include "builtin.h"
#include "refs.h"
+#include "object-store.h"
#include "tag.h"
#include "run-command.h"
#include "parse-options.h"