diff --git a/include/bx/os.h b/include/bx/os.h index bf0ac11..5bffd55 100644 --- a/include/bx/os.h +++ b/include/bx/os.h @@ -12,6 +12,9 @@ # include #elif BX_PLATFORM_NACL || BX_PLATFORM_ANDROID || BX_PLATFORM_LINUX || BX_PLATFORM_OSX || BX_PLATFORM_IOS # include // sched_yield +# if BX_PLATFORM_OSX +# include // mach_port_t +# endif # if BX_PLATFORM_NACL # include // nanosleep # else