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
/
clone.c
diff --git
a/builtin/clone.c
b/builtin/clone.c
index 7df5932b855e874d45b970f6150d65ed25b06f5f..29998c02ecefd6221816db2efd70d09590c08844 100644
(file)
--- a/
builtin/clone.c
+++ b/
builtin/clone.c
@@
-14,6
+14,7
@@
#include "parse-options.h"
#include "fetch-pack.h"
#include "refs.h"
+#include "object-store.h"
#include "tree.h"
#include "tree-walk.h"
#include "unpack-trees.h"