From: Richard Henderson Date: Wed, 11 Dec 2019 20:22:18 +0000 (-0800) Subject: target/s390x: Include tcg.h in mem_helper.c X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=61150039d4c0c67ba9e0764f16b336b6b85df81d;p=qemu.git target/s390x: Include tcg.h in mem_helper.c Code movement in an upcoming patch will show that this file was implicitly depending on tcg.h being included indirectly. Tested-by: Philippe Mathieu-Daudé Reviewed-by: David Hildenbrand Reviewed-by: Alex Bennée Signed-off-by: Richard Henderson --- diff --git a/target/s390x/mem_helper.c b/target/s390x/mem_helper.c index 2921419c27..20a84b3912 100644 --- a/target/s390x/mem_helper.c +++ b/target/s390x/mem_helper.c @@ -27,6 +27,7 @@ #include "exec/cpu_ldst.h" #include "qemu/int128.h" #include "qemu/atomic128.h" +#include "tcg.h" #if !defined(CONFIG_USER_ONLY) #include "hw/s390x/storage-keys.h"