about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-02-23 17:40:34 +0100
committerptitSeb <sebastien.chev@gmail.com>2024-02-23 17:40:34 +0100
commitd1388dd7eb98dc782d36f69cf2f4ed1573646ff9 (patch)
tree4601e0ec5ab3bb2695f956a97b15515086a02832 /src
parentffda782c3d88d977acc12a3c2c2738719f9304ed (diff)
downloadbox64-d1388dd7eb98dc782d36f69cf2f4ed1573646ff9.tar.gz
box64-d1388dd7eb98dc782d36f69cf2f4ed1573646ff9.zip
Fix Android builds
Diffstat (limited to 'src')
-rw-r--r--src/tools/my_cpuid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/my_cpuid.c b/src/tools/my_cpuid.c
index bc584851..09dbb4af 100644
--- a/src/tools/my_cpuid.c
+++ b/src/tools/my_cpuid.c
@@ -7,6 +7,7 @@
 #include "my_cpuid.h"
 #include "../emu/x64emu_private.h"
 #include "debug.h"
+#include "x64emu.h"
 
 int get_cpuMhz()
 {