From 86669beb7a19a4b66ac8dedca14bbac4995c01bf Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 19 May 2021 09:58:38 +0200 Subject: [DYNAREC] Fixed a warning --- src/emu/x64run66f0.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 +} -- cgit 1.4.1