12 lines
323 B
Diff
12 lines
323 B
Diff
--- a/External/FEXCore/Source/Interface/Core/Dispatcher/Dispatcher.cpp
|
|
+++ b/External/FEXCore/Source/Interface/Core/Dispatcher/Dispatcher.cpp
|
|
@@ -16,7 +16,7 @@
|
|
|
|
#include <atomic>
|
|
#include <condition_variable>
|
|
-#include <bits/types/siginfo_t.h>
|
|
+#include <asm-generic/siginfo.h>
|
|
#include <csignal>
|
|
#include <cstring>
|
|
|