Merge pull request #13 from aberghage/master

Added missing include to os.h for osx
This commit is contained in:
Branimir Karadžić
2013-09-27 22:55:25 -07:00

View File

@@ -12,6 +12,9 @@
# include <windows.h>
#elif BX_PLATFORM_NACL || BX_PLATFORM_ANDROID || BX_PLATFORM_LINUX || BX_PLATFORM_OSX || BX_PLATFORM_IOS
# include <sched.h> // sched_yield
# if BX_PLATFORM_OSX
# include <pthread.h> // mach_port_t
# endif
# if BX_PLATFORM_NACL
# include <sys/nacl_syscalls.h> // nanosleep
# else