pack-objects: handle island check for "external" delta base
[gitweb.git] / builtin / receive-pack.c
index c17ce94e12ee34c5b822b0e09fcd6d7264e759ad..35a3fcfbd96bbc18a777be5a70e21edb35decffb 100644 (file)
@@ -27,6 +27,7 @@
 #include "packfile.h"
 #include "object-store.h"
 #include "protocol.h"
+#include "commit-reach.h"
 
 static const char * const receive_pack_usage[] = {
        N_("git receive-pack <git-dir>"),