diff options
Diffstat (limited to 'include/hw/pci/msi.h')
| -rw-r--r-- | include/hw/pci/msi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/pci/msi.h b/include/hw/pci/msi.h index 58aa576215..ee8ee469a6 100644 --- a/include/hw/pci/msi.h +++ b/include/hw/pci/msi.h @@ -21,7 +21,7 @@ #ifndef QEMU_MSI_H #define QEMU_MSI_H -#include "hw/pci/pci.h" +#include "hw/pci/pci_device.h" struct MSIMessage { uint64_t address; |