From: Philippe Mathieu-Daudé Date: Mon, 7 Feb 2022 12:30:06 +0000 (+0100) Subject: exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f1d4d9fc91ad0a50f50da26717ae783cab071728;p=qemu.git exec/cpu_ldst: Include 'cpu.h' to get target_ulong definition Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20220214183144.27402-5-f4bug@amsat.org> --- diff --git a/include/exec/cpu_ldst.h b/include/exec/cpu_ldst.h index da987fe8ad..6adacf8928 100644 --- a/include/exec/cpu_ldst.h +++ b/include/exec/cpu_ldst.h @@ -64,6 +64,7 @@ #include "exec/memopidx.h" #include "qemu/int128.h" +#include "cpu.h" #if defined(CONFIG_USER_ONLY) /* sparc32plus has 64bit long but 32bit space address