Hopefully fixes Dingux issues with ScummVM

This commit is contained in:
libretroadmin 2023-02-24 19:13:04 +01:00
parent 431092fc57
commit d4677790eb

View File

@ -56,7 +56,7 @@
#include <time.h>
#endif
#if defined(VITA) || defined(BSD) || defined(ORBIS)
#if defined(VITA) || defined(BSD) || defined(ORBIS) || defined(__mips__) || defined(_3DS)
#include <sys/time.h>
#endif