diff options
Diffstat (limited to 'hw/intc/aspeed_vic.c')
-rw-r--r-- | hw/intc/aspeed_vic.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/intc/aspeed_vic.c b/hw/intc/aspeed_vic.c index 266a309f3b..e17343cd73 100644 --- a/hw/intc/aspeed_vic.c +++ b/hw/intc/aspeed_vic.c @@ -29,6 +29,7 @@ #include "qemu/osdep.h" #include "hw/intc/aspeed_vic.h" +#include "hw/irq.h" #include "qemu/bitops.h" #include "qemu/log.h" #include "qemu/module.h" |