diff options
Diffstat (limited to 'hw/xen_pt_msi.c')
-rw-r--r-- | hw/xen_pt_msi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xen_pt_msi.c b/hw/xen_pt_msi.c index a54ee2bfd9..dcdfc5c64d 100644 --- a/hw/xen_pt_msi.c +++ b/hw/xen_pt_msi.c @@ -11,9 +11,9 @@ #include <sys/mman.h> -#include "hw/xen_backend.h" +#include "hw/xen/xen_backend.h" #include "hw/xen_pt.h" -#include "hw/apic-msidef.h" +#include "hw/i386/apic-msidef.h" #define XEN_PT_AUTO_ASSIGN -1 |