diff options
Diffstat (limited to 'hw/dma/pl330.c')
| -rw-r--r-- | hw/dma/pl330.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/dma/pl330.c b/hw/dma/pl330.c index d071049233..58df965a46 100644 --- a/hw/dma/pl330.c +++ b/hw/dma/pl330.c @@ -15,11 +15,13 @@ */ #include "qemu/osdep.h" +#include "qemu-common.h" #include "hw/sysbus.h" #include "qapi/error.h" #include "qemu/timer.h" #include "sysemu/dma.h" #include "qemu/log.h" +#include "qemu/module.h" #ifndef PL330_ERR_DEBUG #define PL330_ERR_DEBUG 0 |