diff options
Diffstat (limited to 'object-store.h')
-rw-r--r-- | object-store.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/object-store.h b/object-store.h index be72fee7d5..f439d47af8 100644 --- a/object-store.h +++ b/object-store.h @@ -4,7 +4,7 @@ #include "cache.h" #include "oidmap.h" #include "list.h" -#include "sha1-array.h" +#include "oid-array.h" #include "strbuf.h" #include "thread-utils.h" @@ -70,6 +70,7 @@ struct packed_git { size_t index_size; uint32_t num_objects; uint32_t num_bad_objects; + uint32_t crc_offset; unsigned char *bad_object_sha1; int index_version; time_t mtime; |