diff options
Diffstat (limited to 'target/i386/host-cpu.c')
-rw-r--r-- | target/i386/host-cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/i386/host-cpu.c b/target/i386/host-cpu.c index 03b9d1b..3e4e85e 100644 --- a/target/i386/host-cpu.c +++ b/target/i386/host-cpu.c @@ -12,7 +12,7 @@ #include "host-cpu.h" #include "qapi/error.h" #include "qemu/error-report.h" -#include "sysemu/sysemu.h" +#include "system/system.h" /* Note: Only safe for use on x86(-64) hosts */ static uint32_t host_cpu_phys_bits(void) |