diff options
Diffstat (limited to 'target/ppc/machine.c')
-rw-r--r-- | target/ppc/machine.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/ppc/machine.c b/target/ppc/machine.c index 199f5cef8f..d6638ee60e 100644 --- a/target/ppc/machine.c +++ b/target/ppc/machine.c @@ -7,6 +7,7 @@ #include "mmu-hash64.h" #include "migration/cpu.h" #include "qapi/error.h" +#include "qemu/main-loop.h" #include "kvm_ppc.h" #include "exec/helper-proto.h" |