summaryrefslogtreecommitdiffstats
path: root/accel
diff options
context:
space:
mode:
authorRichard Henderson2019-12-11 21:23:52 +0100
committerRichard Henderson2020-01-16 02:13:09 +0100
commit571951b15f8356021ff7a0354145bf64ed5f15e5 (patch)
tree02a19324d0beb22a10516bae8e36d96e2abead3c /accel
parenttarget/arm: Include tcg.h in sve_helper.c (diff)
downloadqemu-571951b15f8356021ff7a0354145bf64ed5f15e5.tar.gz
qemu-571951b15f8356021ff7a0354145bf64ed5f15e5.tar.xz
qemu-571951b15f8356021ff7a0354145bf64ed5f15e5.zip
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>
Diffstat (limited to 'accel')
-rw-r--r--accel/tcg/tcg-runtime.c1
1 files changed, 1 insertions, 0 deletions
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 */