]> git.proxmox.com Git - mirror_qemu.git/commitdiff
accel/tcg: Include tcg.h in tcg-runtime.c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2019 20:23:52 +0000 (12:23 -0800)
committerRichard Henderson <richard.henderson@linaro.org>
Thu, 16 Jan 2020 01:13:09 +0000 (15:13 -1000)
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>
accel/tcg/tcg-runtime.c

index 8a1e408e31a73b1af77b3c5b831270387b843384..4ab2cf7f754f28c5d8ad69244cd408f5dfe97fb1 100644 (file)
@@ -30,6 +30,7 @@
 #include "exec/tb-lookup.h"
 #include "disas/disas.h"
 #include "exec/log.h"
+#include "tcg.h"
 
 /* 32-bit helpers */