diff options
Diffstat (limited to 'hw/ssi/stm32f2xx_spi.c')
-rw-r--r-- | hw/ssi/stm32f2xx_spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ssi/stm32f2xx_spi.c b/hw/ssi/stm32f2xx_spi.c index 930c616de3..4249101386 100644 --- a/hw/ssi/stm32f2xx_spi.c +++ b/hw/ssi/stm32f2xx_spi.c @@ -24,6 +24,7 @@ #include "qemu/osdep.h" #include "qemu/log.h" +#include "qemu/module.h" #include "hw/ssi/stm32f2xx_spi.h" #ifndef STM_SPI_ERR_DEBUG |