diff options
Diffstat (limited to 'contrib/seekable_format/zstd_seekable.h')
-rw-r--r-- | contrib/seekable_format/zstd_seekable.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/seekable_format/zstd_seekable.h b/contrib/seekable_format/zstd_seekable.h index 438ac20149f87..7ffd1ba0a72b5 100644 --- a/contrib/seekable_format/zstd_seekable.h +++ b/contrib/seekable_format/zstd_seekable.h @@ -6,8 +6,10 @@ extern "C" { #endif #include <stdio.h> +#include "zstd.h" /* ZSTDLIB_API */ -static const unsigned ZSTD_seekTableFooterSize = 9; + +#define ZSTD_seekTableFooterSize 9 #define ZSTD_SEEKABLE_MAGICNUMBER 0x8F92EAB1 |