mirror of https://gitee.com/openkylin/qemu.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é <philmd@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
3b3be95a07
commit
571951b15f
|
@ -30,6 +30,7 @@
|
|||
#include "exec/tb-lookup.h"
|
||||
#include "disas/disas.h"
|
||||
#include "exec/log.h"
|
||||
#include "tcg.h"
|
||||
|
||||
/* 32-bit helpers */
|
||||
|
||||
|
|
Loading…
Reference in New Issue