diff options
Diffstat (limited to 'target-ppc/kvm-stub.c')
-rw-r--r-- | target-ppc/kvm-stub.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-ppc/kvm-stub.c b/target-ppc/kvm-stub.c index ee3f5d2f72..627bcb4322 100644 --- a/target-ppc/kvm-stub.c +++ b/target-ppc/kvm-stub.c @@ -9,6 +9,7 @@ * See the COPYING file in the top-level directory. * */ +#include "qemu/osdep.h" #include "qemu-common.h" #include "hw/ppc/openpic.h" |