diff options
Diffstat (limited to 'hw/gpio/pl061.c')
-rw-r--r-- | hw/gpio/pl061.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/gpio/pl061.c b/hw/gpio/pl061.c index 4ae2aa1566..02c01fd521 100644 --- a/hw/gpio/pl061.c +++ b/hw/gpio/pl061.c @@ -11,6 +11,7 @@ #include "qemu/osdep.h" #include "hw/sysbus.h" #include "qemu/log.h" +#include "qemu/module.h" //#define DEBUG_PL061 1 |