16 lines
480 B
Diff
16 lines
480 B
Diff
--- a/Source/Tests/LinuxSyscalls/x32/Thread.cpp
|
|
+++ b/Source/Tests/LinuxSyscalls/x32/Thread.cpp
|
|
@@ -16,9 +16,9 @@
|
|
#include <FEXCore/Debug/InternalThreadState.h>
|
|
#include <FEXCore/HLE/Linux/ThreadManagement.h>
|
|
|
|
-#include <bits/types/siginfo_t.h>
|
|
-#include <bits/types/stack_t.h>
|
|
-#include <bits/types/struct_rusage.h>
|
|
+#include <asm-generic/siginfo.h>
|
|
+#include <asm-generic/signal.h>
|
|
+#include <linux/resource.h>
|
|
#include <errno.h>
|
|
#include <grp.h>
|
|
#include <linux/futex.h>
|