]> git.proxmox.com Git - mirror_qemu.git/blobdiff - cpu.c
cpu: Introduce SysemuCPUOps structure
[mirror_qemu.git] / cpu.c
diff --git a/cpu.c b/cpu.c
index c57f4c302bca065c14e07be93b3226786552ee4c..e3f9804f134c33737fdfe21a1e0c4664de5d445c 100644 (file)
--- a/cpu.c
+++ b/cpu.c
@@ -29,6 +29,7 @@
 #ifdef CONFIG_USER_ONLY
 #include "qemu.h"
 #else
+#include "hw/core/sysemu-cpu-ops.h"
 #include "exec/address-spaces.h"
 #endif
 #include "sysemu/tcg.h"