mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-19 21:43:00 +01:00
Fixed Linux build.
This commit is contained in:
@@ -14,8 +14,12 @@
|
||||
# include <sys/nacl_syscalls.h> // nanosleep
|
||||
# else
|
||||
# include <time.h> // nanosleep
|
||||
# include <dlfcn.h>
|
||||
# include <dlfcn.h> // dlopen, dlclose, dlsym
|
||||
# endif // BX_PLATFORM_NACL
|
||||
# if BX_PLATFORM_LINUX
|
||||
# include <unistd.h> // syscall
|
||||
# include <sys/syscall.h>
|
||||
# endif // BX_PLATFORM_LINUX
|
||||
#endif // BX_PLATFORM_
|
||||
|
||||
namespace bx
|
||||
|
||||
Reference in New Issue
Block a user