diff options
Diffstat (limited to 'qemu/hw/char/serial-pci.c')
-rw-r--r-- | qemu/hw/char/serial-pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu/hw/char/serial-pci.c b/qemu/hw/char/serial-pci.c index 1c8b9be5c..303104dd1 100644 --- a/qemu/hw/char/serial-pci.c +++ b/qemu/hw/char/serial-pci.c @@ -25,6 +25,8 @@ /* see docs/specs/pci-serial.txt */ +#include "qemu/osdep.h" +#include "qapi/error.h" #include "hw/char/serial.h" #include "hw/pci/pci.h" |