Преглед изворни кода

Fix "implicit declaration" with memalign

Daniel Santos пре 3 година
родитељ
комит
a152e467b1
1 измењених фајлова са 1 додато и 0 уклоњено
  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>