From 79ed8b28239777a55cc468f6dce61ea8748d2d9d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 30 Jun 2015 22:16:31 +0200 Subject: [PATCH] Fix rthreads.h --- libretro-common/include/rthreads/rthreads.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libretro-common/include/rthreads/rthreads.h b/libretro-common/include/rthreads/rthreads.h index 0a5b9b63b8..f5b4f29b2d 100644 --- a/libretro-common/include/rthreads/rthreads.h +++ b/libretro-common/include/rthreads/rthreads.h @@ -182,7 +182,8 @@ void scond_signal(scond_t *cond); #elif defined(_3DS) #include <3ds.h> #elif defined(_WIN32) && !defined(_XBOX) -#include #elif defined(_XBOX) +#include +#elif defined(_XBOX) #include #else #include