mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
(libretro-common) rthreads - PS3 buildfix
This commit is contained in:
parent
6c840cdd59
commit
59f3e733fb
@ -43,11 +43,15 @@
|
||||
#include "gx_pthread.h"
|
||||
#elif defined(PSP)
|
||||
#include "psp_pthread.h"
|
||||
#elif defined(__CELLOS_LV2__)
|
||||
#include <pthread.h>
|
||||
#include <sys/sys_time.h>
|
||||
#else
|
||||
#include <pthread.h>
|
||||
#include <time.h>
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef __MACH__
|
||||
#include <mach/clock.h>
|
||||
#include <mach/mach.h>
|
||||
|
Loading…
Reference in New Issue
Block a user