diff --git a/include/bx/os.h b/include/bx/os.h index 4c87641..3ef4474 100644 --- a/include/bx/os.h +++ b/include/bx/os.h @@ -14,8 +14,12 @@ # include // nanosleep # else # include // nanosleep -# include +# include // dlopen, dlclose, dlsym # endif // BX_PLATFORM_NACL +# if BX_PLATFORM_LINUX +# include // syscall +# include +# endif // BX_PLATFORM_LINUX #endif // BX_PLATFORM_ namespace bx