diff --git a/include/system/kvm_xen.h b/include/system/kvm_xen.h index 7d0e69f133..ed8c357193 100644 --- a/include/system/kvm_xen.h +++ b/include/system/kvm_xen.h @@ -12,6 +12,8 @@ #ifndef QEMU_SYSTEM_KVM_XEN_H #define QEMU_SYSTEM_KVM_XEN_H +#include "exec/target_page.h" + /* The KVM API uses these to indicate "no GPA" or "no GFN" */ #define INVALID_GPA UINT64_MAX #define INVALID_GFN UINT64_MAX