From bb67e77ed914236464818d576471b230528bdbbf Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 24 Sep 2023 03:14:30 +0100 Subject: [PATCH] Fix inclusion of zstd header. --- library.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.c b/library.c index 57c8928..48386af 100644 --- a/library.c +++ b/library.c @@ -23,7 +23,7 @@ #include "3rdparty/bzip2/bzlib.h" #include "3rdparty/lzfse/src/lzfse.h" #include "3rdparty/lzma/C/LzmaLib.h" -#include "3rdparty/zstd-1.5.0/lib/zstd.h" +#include "3rdparty/zstd/lib/zstd.h" AARU_EXPORT int32_t AARU_CALL AARU_bzip2_decode_buffer(uint8_t* dst_buffer, uint32_t* dst_size,