Added import of zstd_errors.h

This commit is contained in:
Caleb J. Gardner
2026-02-12 03:58:08 -06:00
parent c34acebf51
commit ee41dc7278
+1
View File
@@ -16,6 +16,7 @@ const c = @cImport({
@cInclude("lzma.h"); @cInclude("lzma.h");
@cInclude("lz4.h"); @cInclude("lz4.h");
@cInclude("zstd.h"); @cInclude("zstd.h");
@cInclude("zstd_errors.h");
if (config.allow_lzo) if (config.allow_lzo)
@cInclude("lzo/minilzo.h"); @cInclude("lzo/minilzo.h");
} }