target/sparc/cpu.c implement a TCGCPUOps structure, which is
defined in "accel/tcg/cpu-ops.h":
1040 static const TCGCPUOps sparc_tcg_ops = {
...
While this header is currently included indirectly, make the
inclusion explicit to avoid issue when refactoring unrelated
headers.
Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Message-Id: <[email protected]>
---
target/sparc/cpu.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/sparc/cpu.c b/target/sparc/cpu.c
index 3df199ada7b..13ebb122a38 100644
--- a/target/sparc/cpu.c
+++ b/target/sparc/cpu.c
@@ -23,6 +23,7 @@
#include "qemu/module.h"
#include "qemu/qemu-print.h"
#include "accel/tcg/cpu-mmu-index.h"
+#include "accel/tcg/cpu-ops.h"
#include "exec/translation-block.h"
#include "hw/core/qdev-properties.h"
#include "qapi/visitor.h"
--
2.53.0