aboutsummaryrefslogtreecommitdiff
path: root/linux-user
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2019-12-11 12:24:38 -0800
committerRichard Henderson <richard.henderson@linaro.org>2020-01-15 15:13:09 -1000
commit4c2169b2670cba1760cd03c8ff04b9d886d6f468 (patch)
tree6c374902025a46e0c0189bd1cfa43f1cc6f1b87c /linux-user
parent571951b15f8356021ff7a0354145bf64ed5f15e5 (diff)
downloadqemu-4c2169b2670cba1760cd03c8ff04b9d886d6f468.zip
qemu-4c2169b2670cba1760cd03c8ff04b9d886d6f468.tar.gz
qemu-4c2169b2670cba1760cd03c8ff04b9d886d6f468.tar.bz2
linux-user: Include tcg.h in syscall.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: 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 'linux-user')
-rw-r--r--linux-user/syscall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index 171c0ca..34825f1 100644
--- a/linux-user/syscall.c
+++ b/linux-user/syscall.c
@@ -115,6 +115,7 @@
#include "user/syscall-trace.h"
#include "qapi/error.h"
#include "fd-trans.h"
+#include "tcg.h"
#ifndef CLONE_IO
#define CLONE_IO 0x80000000 /* Clone io context */