diff options
Diffstat (limited to 'hw/serial-pci.c')
-rw-r--r-- | hw/serial-pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/serial-pci.c b/hw/serial-pci.c index 1c31353f6d..954657ba32 100644 --- a/hw/serial-pci.c +++ b/hw/serial-pci.c @@ -25,8 +25,8 @@ /* see docs/specs/pci-serial.txt */ -#include "serial.h" -#include "pci/pci.h" +#include "hw/serial.h" +#include "hw/pci/pci.h" #define PCI_SERIAL_MAX_PORTS 4 |