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
/
remote.c
diff --git
a/builtin/remote.c
b/builtin/remote.c
index 805ffc05cdb80e4a69de4134e757f9c71e8033dc..9487c019092ec0d5085244438d99e4d2d91a4147 100644
(file)
--- a/
builtin/remote.c
+++ b/
builtin/remote.c
@@
-7,6
+7,7
@@
#include "strbuf.h"
#include "run-command.h"
#include "refs.h"
+#include "object-store.h"
#include "argv-array.h"
static const char * const builtin_remote_usage[] = {