From 420bf01375c015e70f3a4d88a24dd7659d8feca9 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Fri, 6 Dec 2024 02:29:01 +0000 Subject: [PATCH] ImageOut.cpp: add missing header ../../frontend/modules/ImageOut.cpp:30:56: error: 'malloc' was not declared in this scope --- desmume/src/frontend/modules/ImageOut.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/desmume/src/frontend/modules/ImageOut.cpp b/desmume/src/frontend/modules/ImageOut.cpp index d0b5e6511..c06e9caab 100644 --- a/desmume/src/frontend/modules/ImageOut.cpp +++ b/desmume/src/frontend/modules/ImageOut.cpp @@ -15,6 +15,7 @@ along with the this software. If not, see . */ +#include #include #include #include "types.h"