fixup! gc/repack: release packs when needed

The declaration moved to packfile.h in `pu`, so we have to #include that
file now.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2017-08-22 11:13:40 +02:00
parent c06fee21d4
commit b4219bb25a

View File

@@ -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;