Преглед на файлове

SDL_systime.c: missing include for PSP toolchain

erysdren преди 1 година
родител
ревизия
2f1384e5d1
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/time/psp/SDL_systime.c

+ 1 - 0
src/time/psp/SDL_systime.c

@@ -22,6 +22,7 @@
 
 #ifdef SDL_TIME_PSP
 
+#include <psptypes.h>
 #include <psprtc.h>
 #include <psputility_sysparam.h>