From 682e6878c1d23542278dd14bc0cc5a94e9402aec Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 16 Jun 2014 23:08:41 +0200 Subject: [PATCH] Make thread.h reusable for outside RA --- thread.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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