Hopefully fixes Dingux issues with ScummVM
This commit is contained in:
parent
431092fc57
commit
d4677790eb
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue