From 59f3e733fb93fbe33688955cf873d0d66a0c8e95 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 21 May 2016 13:38:07 +0200 Subject: [PATCH] (libretro-common) rthreads - PS3 buildfix --- libretro-common/rthreads/rthreads.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libretro-common/rthreads/rthreads.c b/libretro-common/rthreads/rthreads.c index 35027902fe..deef2f8d2e 100644 --- a/libretro-common/rthreads/rthreads.c +++ b/libretro-common/rthreads/rthreads.c @@ -43,11 +43,15 @@ #include "gx_pthread.h" #elif defined(PSP) #include "psp_pthread.h" +#elif defined(__CELLOS_LV2__) +#include +#include #else #include #include #endif + #ifdef __MACH__ #include #include