diff options
Diffstat (limited to 'hw/char/avr_usart.c')
-rw-r--r-- | hw/char/avr_usart.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/char/avr_usart.c b/hw/char/avr_usart.c index fbe2a112b7..5bcf9db0b7 100644 --- a/hw/char/avr_usart.c +++ b/hw/char/avr_usart.c @@ -24,6 +24,7 @@ #include "qemu/log.h" #include "hw/irq.h" #include "hw/qdev-properties.h" +#include "hw/qdev-properties-system.h" static int avr_usart_can_receive(void *opaque) { |