OSDN Git Service

linux-user: Include tcg.h in syscall.c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 11 Dec 2019 20:24:38 +0000 (12:24 -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: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
linux-user/syscall.c

index 171c0ca..34825f1 100644 (file)
 #include "user/syscall-trace.h"
 #include "qapi/error.h"
 #include "fd-trans.h"
 #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 */
 
 #ifndef CLONE_IO
 #define CLONE_IO                0x80000000      /* Clone io context */