瀏覽代碼

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>