diff options
Diffstat (limited to 'src/odb_pack.c')
-rw-r--r-- | src/odb_pack.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/odb_pack.c b/src/odb_pack.c index f97e216c5..82b8f147a 100644 --- a/src/odb_pack.c +++ b/src/odb_pack.c @@ -25,11 +25,14 @@ #include "common.h" #include "git/zlib.h" +#include "git/repository.h" #include "fileops.h" #include "hash.h" #include "odb.h" #include "delta-apply.h" +#include "git/odb_backend.h" + /** First 4 bytes of a pack-*.idx file header. * * Note this header exists only in idx v2 and later. The idx v1 |