From: Richard Henderson Date: Wed, 11 Dec 2019 20:23:52 +0000 (-0800) Subject: accel/tcg: Include tcg.h in tcg-runtime.c X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=571951b15f8356021ff7a0354145bf64ed5f15e5;p=qmiga%2Fqemu.git accel/tcg: Include tcg.h in tcg-runtime.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: Alex Bennée Signed-off-by: Richard Henderson --- diff --git a/accel/tcg/tcg-runtime.c b/accel/tcg/tcg-runtime.c index 8a1e408e31..4ab2cf7f75 100644 --- a/accel/tcg/tcg-runtime.c +++ b/accel/tcg/tcg-runtime.c @@ -30,6 +30,7 @@ #include "exec/tb-lookup.h" #include "disas/disas.h" #include "exec/log.h" +#include "tcg.h" /* 32-bit helpers */