diff options
Diffstat (limited to 'userspace/xzminidec.c')
-rw-r--r-- | userspace/xzminidec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/userspace/xzminidec.c b/userspace/xzminidec.c index 2a039c6dea10..ba07413125a1 100644 --- a/userspace/xzminidec.c +++ b/userspace/xzminidec.c @@ -37,6 +37,9 @@ int main(int argc, char **argv) } xz_crc32_init(); +#ifdef XZ_USE_CRC64 + xz_crc64_init(); +#endif /* * Support up to 64 MiB dictionary. The actually needed memory |