about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-05-19 09:58:38 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-05-19 09:58:38 +0200
commit86669beb7a19a4b66ac8dedca14bbac4995c01bf (patch)
tree1dc022f4fff06d4f48ce41428412a460ec27a36f /src
parentba2a70a484d4591dfbc14db338ce94f366c43a9e (diff)
downloadbox64-86669beb7a19a4b66ac8dedca14bbac4995c01bf.tar.gz
box64-86669beb7a19a4b66ac8dedca14bbac4995c01bf.zip
[DYNAREC] Fixed a warning
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
+}