diff --git a/builtin/repack.c b/builtin/repack.c index af2e99ce588e1a..4aa07aefa9a726 100644 --- a/builtin/repack.c +++ b/builtin/repack.c @@ -8,6 +8,7 @@ #include "strbuf.h" #include "string-list.h" #include "argv-array.h" +#include "packfile.h" static int delta_base_offset = 1; static int pack_kept_objects = -1;