about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-07-05 13:35:05 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-07-05 13:35:05 +0200
commit3bab7d6c5365c6c46c97be27b807d077aba276ce (patch)
treece8044d9a9beed8a4479fbc4dc8023c0e7b824d7 /src
parenta8a45aede350c76611955adb4161686c7f2863bc (diff)
downloadbox64-3bab7d6c5365c6c46c97be27b807d077aba276ce.tar.gz
box64-3bab7d6c5365c6c46c97be27b807d077aba276ce.zip
Fix non-dynarec build
Diffstat (limited to 'src')
-rwxr-xr-xsrc/tools/bridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/bridge.c b/src/tools/bridge.c
index 8dc67ce1..3fdaa2ac 100755
--- a/src/tools/bridge.c
+++ b/src/tools/bridge.c
@@ -11,9 +11,9 @@
 #include "khash.h"
 #include "debug.h"
 #include "x64emu.h"
+#include "box64context.h"
 #ifdef DYNAREC
 #include "dynablock.h"
-#include "box64context.h"
 #endif
 
 KHASH_MAP_INIT_INT64(bridgemap, uintptr_t)