mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
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
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "exec/tb-lookup.h"
|
||||
#include "disas/disas.h"
|
||||
#include "exec/log.h"
|
||||
#include "tcg.h"
|
||||
|
||||
/* 32-bit helpers */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue