mirror of
https://github.com/libretro/libretro-common.git
synced 2024-11-23 08:09:43 +00:00
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:
parent
2a4b12d1a3
commit
9c644e2386
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user