From: Philippe Mathieu-Daudé Date: Mon, 14 Feb 2022 16:16:34 +0000 (+0100) Subject: target/hexagon: Add missing 'hw/core/cpu.h' include X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a01bab6507fc240a1e1e2f2e456594fc6927c0a5;p=qemu.git target/hexagon: Add missing 'hw/core/cpu.h' include HexagonCPU field parent_class is of type CPUClass, which is declared in "hw/core/cpu.h". Reviewed-by: Damien Hedde Reviewed-by: Richard Henderson Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20220214183144.27402-11-f4bug@amsat.org> --- diff --git a/target/hexagon/cpu.h b/target/hexagon/cpu.h index 096aa2deb6..76cd1d5021 100644 --- a/target/hexagon/cpu.h +++ b/target/hexagon/cpu.h @@ -27,6 +27,7 @@ typedef struct CPUHexagonState CPUHexagonState; #include "hex_regs.h" #include "mmvec/mmvec.h" #include "qom/object.h" +#include "hw/core/cpu.h" #define NUM_PREGS 4 #define TOTAL_PER_THREAD_REGS 64