rthreads: include sys/time.h for mips and 3ds

this is to cover all platforms where struct timeval is used
This commit is contained in:
Giovanni Cascione 2023-01-18 20:44:16 +01:00
parent 2a4b12d1a3
commit 9c644e2386

View File

@ -55,7 +55,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