diff options
Diffstat (limited to 'include/hw/devices.h')
-rw-r--r-- | include/hw/devices.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/devices.h b/include/hw/devices.h index 0e27feb0c2..b5f1662225 100644 --- a/include/hw/devices.h +++ b/include/hw/devices.h @@ -4,6 +4,7 @@ /* Devices that have nowhere better to go. */ #include "hw/hw.h" +#include "ui/console.h" /* smc91c111.c */ void smc91c111_init(NICInfo *, uint32_t, qemu_irq); |