Browse Source

Fix "implicit declaration" with memalign

Daniel Santos 3 years ago
parent
commit
a152e467b1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/render/ps2/SDL_render_ps2.c

+ 1 - 0
src/render/ps2/SDL_render_ps2.c

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