about summary refs log tree commit diff stats
path: root/src/emu
diff options
context:
space:
mode:
authorptitSeb <seebastien.chev@gmail.com>2023-09-02 12:45:59 +0200
committerptitSeb <seebastien.chev@gmail.com>2023-09-02 12:45:59 +0200
commit646770ff68d9538e7d89a904ebbb04dc32471284 (patch)
treef2f6a1d377e1ec3f584c80a4507960f6aaa38257 /src/emu
parent90ad1653590dab359d1b8acb41faccd3c8039a0c (diff)
downloadbox64-646770ff68d9538e7d89a904ebbb04dc32471284.tar.gz
box64-646770ff68d9538e7d89a904ebbb04dc32471284.zip
[ANDROID] More change to android/dynarec build
Diffstat (limited to 'src/emu')
-rw-r--r--src/emu/x64emu_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/x64emu_private.h b/src/emu/x64emu_private.h
index 701d5add..25601105 100644
--- a/src/emu/x64emu_private.h
+++ b/src/emu/x64emu_private.h
@@ -45,6 +45,7 @@ typedef struct emu_flags_s {
 } emu_flags_t;
 
 #ifdef ANDROID
+#include <setjmp.h>
 #define JUMPBUFF sigjmp_buf
 #else
 #define JUMPBUFF struct __jmp_buf_tag