diff options
Diffstat (limited to 'hw/xen-host-pci-device.h')
-rw-r--r-- | hw/xen-host-pci-device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xen-host-pci-device.h b/hw/xen-host-pci-device.h index 942b24d..c2486f0 100644 --- a/hw/xen-host-pci-device.h +++ b/hw/xen-host-pci-device.h @@ -1,7 +1,7 @@ #ifndef XEN_HOST_PCI_DEVICE_H #define XEN_HOST_PCI_DEVICE_H -#include "pci/pci.h" +#include "hw/pci/pci.h" enum { XEN_HOST_PCI_REGION_TYPE_IO = 1 << 1, |