27 Sep
2025
27 Sep
'25
4:59 p.m.
From: elasota <1137273+elasota(a)users.noreply.github.com> --- dlls/cabinet/liblzx_lzx_compress.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/cabinet/liblzx_lzx_compress.c b/dlls/cabinet/liblzx_lzx_compress.c index 0428f218dbf..f26629d5fdb 100644 --- a/dlls/cabinet/liblzx_lzx_compress.c +++ b/dlls/cabinet/liblzx_lzx_compress.c @@ -190,6 +190,8 @@ #include <assert.h> +#include <malloc.h> + /* Note: BT_MATCHFINDER_HASH2_ORDER must be defined before including * bt_matchfinder.h. */ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/9061