Fix "implicit declaration" with memalign

This commit is contained in:
Daniel Santos 2022-07-07 12:09:12 -03:00 committed by Sam Lantinga
parent 33cbf9acbe
commit a152e467b1
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#include "SDL_hints.h"
#include <kernel.h>
#include <malloc.h>
#include <gsKit.h>
#include <dmaKit.h>
#include <gsToolkit.h>