diff options
| author | Michael S. Tsirkin <mst@redhat.com> | 2012-12-12 23:05:42 +0200 |
|---|---|---|
| committer | Michael S. Tsirkin <mst@redhat.com> | 2012-12-17 13:02:27 +0200 |
| commit | c759b24fae08c6c333df03e1db48e13b7f5eda30 (patch) | |
| tree | 70016ba59bf458a82a0bd001f0736588f995a60c /hw/pci/pci_bridge.h | |
| parent | a2cb15b0ddfa05f81a42d7b65dd0c7c50e420c33 (diff) | |
| download | focaccia-qemu-c759b24fae08c6c333df03e1db48e13b7f5eda30.tar.gz focaccia-qemu-c759b24fae08c6c333df03e1db48e13b7f5eda30.zip | |
pci: fix path for local includes
Include dependencies from pci core using the correct path. This is required now that it's in the separate directory. Need to check whether they can be minimized, for now, keep the code as is. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/pci/pci_bridge.h')
| -rw-r--r-- | hw/pci/pci_bridge.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/pci/pci_bridge.h b/hw/pci/pci_bridge.h index a00accc172..455cb6677a 100644 --- a/hw/pci/pci_bridge.h +++ b/hw/pci/pci_bridge.h @@ -26,7 +26,7 @@ #ifndef QEMU_PCI_BRIDGE_H #define QEMU_PCI_BRIDGE_H -#include "pci.h" +#include "hw/pci/pci.h" int pci_bridge_ssvid_init(PCIDevice *dev, uint8_t offset, uint16_t svid, uint16_t ssid); |