Add a missing malloc.h include for memalign()

This commit is contained in:
pstef 2025-04-06 00:56:04 +00:00
parent 3c9d9373d2
commit 39fd1176dd
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
#include <stdlib.h>
#include <string.h>
#include <malloc.h>
#ifdef GEKKO
#include <gccore.h>