--- a/Source/Tests/LinuxSyscalls/x32/Msg.cpp +++ b/Source/Tests/LinuxSyscalls/x32/Msg.cpp @@ -10,12 +10,16 @@ #include "Tests/LinuxSyscalls/x64/Syscalls.h" -#include +#include #include #include #include #include +#ifdef __ANDROID__ +typedef int mqd_t; +#endif + ARG_TO_STR(FEX::HLE::x32::compat_ptr, "%lx") ARG_TO_STR(FEX::HLE::x32::compat_ptr, "%lx")