Fixed Linux build.

This commit is contained in:
bkaradzic
2013-07-27 17:28:33 -07:00
parent dfb4a553af
commit 6b19d5090d

View File

@@ -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