about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/x64run66f0.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/x64run66f0.c b/src/emu/x64run66f0.c
index f583bee8..e81c380f 100644
--- a/src/emu/x64run66f0.c
+++ b/src/emu/x64run66f0.c
@@ -19,6 +19,7 @@
 #include "x87emu_private.h"
 #include "box64context.h"
 #include "bridge.h"
+#include "dynarec/arm64_lock.h"
 
 #include "modrm.h"
 
@@ -128,4 +129,4 @@ int Run66F0(x64emu_t *emu, rex_t rex)
             return 1;
     }
     return 0;
-}
\ No newline at end of file
+}