From 031fb45608f62f9a008fe875919813dd90a99ce2 Mon Sep 17 00:00:00 2001 From: benvenutti Date: Wed, 6 May 2026 18:07:30 +0200 Subject: [PATCH] fix missing include for malloc in wdlutf8.h --- WDL/wdlutf8.h | 1 + 1 file changed, 1 insertion(+) diff --git a/WDL/wdlutf8.h b/WDL/wdlutf8.h index 608d8271..1a391baa 100644 --- a/WDL/wdlutf8.h +++ b/WDL/wdlutf8.h @@ -26,6 +26,7 @@ misrepresented as being the original software. /* todo: handle overlongs differently? */ #include "wdltypes.h" +#include #ifndef WDL_WCHAR #ifdef _WIN32