diff --git a/src/decomp.zig b/src/decomp.zig index 6073024..57e33da 100644 --- a/src/decomp.zig +++ b/src/decomp.zig @@ -16,6 +16,7 @@ const c = @cImport({ @cInclude("lzma.h"); @cInclude("lz4.h"); @cInclude("zstd.h"); + @cInclude("zstd_errors.h"); if (config.allow_lzo) @cInclude("lzo/minilzo.h"); }