SDL_systime.c: missing include for PSP toolchain

This commit is contained in:
erysdren 2024-05-27 16:25:54 -05:00 committed by Sam Lantinga
parent 36015ad5e5
commit 2f1384e5d1
1 changed files with 1 additions and 0 deletions

View File

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