sha1_file: add repository argument to read_info_alternates
[gitweb.git] / builtin / index-pack.c
index 5ebd370c56d2611494868ad1cf5957b5e9ea636e..1d6bc87b7694a3d63fdfb0e7e96ec1db7bb80056 100644 (file)
@@ -13,6 +13,7 @@
 #include "streaming.h"
 #include "thread-utils.h"
 #include "packfile.h"
+#include "object-store.h"
 
 static const char index_pack_usage[] =
 "git index-pack [-v] [-o <index-file>] [--keep | --keep=<msg>] [--verify] [--strict] (<pack-file> | --stdin [--fix-thin] [<pack-file>])";