ImageOut.cpp: add missing header

../../frontend/modules/ImageOut.cpp:30:56: error: 'malloc' was not declared in this scope
This commit is contained in:
rofl0r 2024-12-06 02:29:01 +00:00
parent 6263cea61c
commit 420bf01375
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
along with the this software. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
#include <stdio.h>
#include <zlib.h>
#include "types.h"