diff --git a/thread.h b/thread.h index 1c95199288..5b63c2aca3 100644 --- a/thread.h +++ b/thread.h @@ -56,6 +56,18 @@ int scond_broadcast(scond_t *cond); void scond_signal(scond_t *cond); #ifndef RARCH_INTERNAL +#if defined(__CELLOS_LV2__) && !defined(__PSL1GHT__) +#include +#elif defined(XENON) +#include