diff options
Diffstat (limited to 'reftable')
| -rw-r--r-- | reftable/block.c | 1 | ||||
| -rw-r--r-- | reftable/system.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/reftable/block.c b/reftable/block.c index 8ac865ce78..b14a8f1259 100644 --- a/reftable/block.c +++ b/reftable/block.c @@ -13,7 +13,6 @@ https://developers.google.com/open-source/licenses/bsd #include "record.h" #include "reftable-error.h" #include "system.h" -#include <zlib.h> size_t header_size(int version) { diff --git a/reftable/system.h b/reftable/system.h index 7d5f803eeb..d02eacea8f 100644 --- a/reftable/system.h +++ b/reftable/system.h @@ -12,6 +12,7 @@ https://developers.google.com/open-source/licenses/bsd /* This header glues the reftable library to the rest of Git */ #include "git-compat-util.h" +#include "compat/zlib-compat.h" /* * An implementation-specific temporary file. By making this specific to the |
