diff options
Diffstat (limited to 'hw/lm32/lm32.h')
-rw-r--r-- | hw/lm32/lm32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/lm32/lm32.h b/hw/lm32/lm32.h index d1514a61b3..98de07acf2 100644 --- a/hw/lm32/lm32.h +++ b/hw/lm32/lm32.h @@ -2,6 +2,7 @@ #define HW_LM32_H #include "hw/char/lm32_juart.h" +#include "hw/qdev-properties.h" static inline DeviceState *lm32_pic_init(qemu_irq cpu_irq) { |