From 63ec263c89ea08919f2f33ef66c08e43a44db28b Mon Sep 17 00:00:00 2001 From: bkaradzic Date: Sun, 28 Jul 2013 19:45:12 -0700 Subject: [PATCH] iOS: Fixed build. --- include/bx/os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/bx/os.h b/include/bx/os.h index 3ef4474..38187fa 100644 --- a/include/bx/os.h +++ b/include/bx/os.h @@ -8,7 +8,7 @@ #include "bx.h" -#if BX_PLATFORM_NACL || BX_PLATFORM_ANDROID || BX_PLATFORM_LINUX || BX_PLATFORM_OSX +#if BX_PLATFORM_NACL || BX_PLATFORM_ANDROID || BX_PLATFORM_LINUX || BX_PLATFORM_OSX || BX_PLATFORM_IOS # include // sched_yield # if BX_PLATFORM_NACL # include // nanosleep