summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emulators/dolphin-emu/files/patch-Source-Core-Common-ArmCPUDetect.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/dolphin-emu/files/patch-Source-Core-Common-ArmCPUDetect.cpp b/emulators/dolphin-emu/files/patch-Source-Core-Common-ArmCPUDetect.cpp
new file mode 100644
index 000000000000..ef0298a55eeb
--- /dev/null
+++ b/emulators/dolphin-emu/files/patch-Source-Core-Common-ArmCPUDetect.cpp
@@ -0,0 +1,10 @@
+--- Source/Core/Common/ArmCPUDetect.cpp.orig 2025-05-02 13:15:23 UTC
++++ Source/Core/Common/ArmCPUDetect.cpp
+@@ -20,6 +20,7 @@
+ #include <sys/auxv.h>
+ #elif defined(__FreeBSD__)
+ #include <sys/auxv.h>
++#include <sys/sysctl.h>
+ #elif defined(__OpenBSD__)
+ #include <machine/armreg.h>
+ #include <machine/cpu.h>