Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
implement fetching of moved submodules
[gitweb.git]
/
builtin
/
count-objects.c
diff --git
a/builtin/count-objects.c
b/builtin/count-objects.c
index acb05940fc3cd902d4c9bfa480f2c473dcc4d9d5..33343818c830bf64452640b14b2ce7b876221022 100644
(file)
--- a/
builtin/count-objects.c
+++ b/
builtin/count-objects.c
@@
-5,10
+5,12
@@
*/
#include "cache.h"
+#include "config.h"
#include "dir.h"
#include "builtin.h"
#include "parse-options.h"
#include "quote.h"
+#include "packfile.h"
static unsigned long garbage;
static off_t size_garbage;