From 42b2423a9ce96e1dd76b37768218bbef628de8c4 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 25 Jun 2014 02:00:58 +0200 Subject: [PATCH] thread.h - Xbox needs this header for the prototype of Sleep --- thread.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/thread.h b/thread.h index d20d578fce..e82841e02a 100644 --- a/thread.h +++ b/thread.h @@ -65,6 +65,8 @@ void scond_signal(scond_t *cond); #include #elif defined(_WIN32) && !defined(_XBOX) #include +#elif defined(_XBOX) +#include #else #include #endif