mirror of https://github.com/libsdl-org/SDL.git
SDL_systime.c: missing include for PSP toolchain
This commit is contained in:
parent
36015ad5e5
commit
2f1384e5d1
|
|
@ -22,6 +22,7 @@
|
|||
|
||||
#ifdef SDL_TIME_PSP
|
||||
|
||||
#include <psptypes.h>
|
||||
#include <psprtc.h>
|
||||
#include <psputility_sysparam.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue