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