소스 검색

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>