(libretro-common) rthreads - PS3 buildfix

This commit is contained in:
twinaphex 2016-05-21 13:38:07 +02:00
parent 6c840cdd59
commit 59f3e733fb

View File

@ -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>