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
/
fetch.c
diff --git
a/builtin/fetch.c
b/builtin/fetch.c
index 73be393b2eaa37aa0831b7c5b767569b6deb3cc0..c1f2df979652a3361e364de2b1c011e479176d27 100644
(file)
--- a/
builtin/fetch.c
+++ b/
builtin/fetch.c
@@
-5,6
+5,7
@@
#include "config.h"
#include "repository.h"
#include "refs.h"
+#include "object-store.h"
#include "commit.h"
#include "builtin.h"
#include "string-list.h"