From cb3825b9afdb1800cef1be9c9a732c803d8bb29e Mon Sep 17 00:00:00 2001 From: Max Filippov Date: Thu, 9 Feb 2017 19:13:42 -0800 Subject: [PATCH] target/xtensa: add two missing headers to core import script Include qemu/osdep.h and qemu-common.h at the beginning of imported xtensa core source file. Signed-off-by: Max Filippov --- target/xtensa/import_core.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/xtensa/import_core.sh b/target/xtensa/import_core.sh index 351bee41c2..cebb6e9c4c 100755 --- a/target/xtensa/import_core.sh +++ b/target/xtensa/import_core.sh @@ -25,9 +25,11 @@ tar -xf "$OVERLAY" -O gdb/xtensa-config.c | \ sed -n '1,/*\//p;/XTREG/,/XTREG_END/p' > "$TARGET"/gdb-config.c cat < "${TARGET}.c" +#include "qemu/osdep.h" #include "cpu.h" #include "exec/exec-all.h" #include "exec/gdbstub.h" +#include "qemu-common.h" #include "qemu/host-utils.h" #include "core-$NAME/core-isa.h" -- 2.30.2