diff options
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/kvm.c | 1 | ||||
-rw-r--r-- | target-i386/op_helper.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target-i386/kvm.c b/target-i386/kvm.c index 6b741ba489..d2116a7b3f 100644 --- a/target-i386/kvm.c +++ b/target-i386/kvm.c @@ -25,6 +25,7 @@ #include "gdbstub.h" #include "host-utils.h" #include "hw/pc.h" +#include "ioport.h" #ifdef CONFIG_KVM_PARA #include <linux/kvm_para.h> diff --git a/target-i386/op_helper.c b/target-i386/op_helper.c index 4bb434708c..22259dfcd7 100644 --- a/target-i386/op_helper.c +++ b/target-i386/op_helper.c @@ -20,6 +20,7 @@ #include "exec.h" #include "exec-all.h" #include "host-utils.h" +#include "ioport.h" //#define DEBUG_PCALL |