Browse Source

iOS: Fixed build.

bkaradzic 12 years ago
parent
commit
63ec263c89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/bx/os.h

+ 1 - 1
include/bx/os.h

@@ -8,7 +8,7 @@
 
 
 #include "bx.h"
 #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.h> // sched_yield
 #	include <sched.h> // sched_yield
 #	if BX_PLATFORM_NACL
 #	if BX_PLATFORM_NACL
 #		include <sys/nacl_syscalls.h> // nanosleep
 #		include <sys/nacl_syscalls.h> // nanosleep