diff options
Diffstat (limited to 'hw/openrisc/pic_cpu.c')
-rw-r--r-- | hw/openrisc/pic_cpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/openrisc/pic_cpu.c b/hw/openrisc/pic_cpu.c index 2f53cfc82e..d3f179ff8d 100644 --- a/hw/openrisc/pic_cpu.c +++ b/hw/openrisc/pic_cpu.c @@ -20,6 +20,7 @@ #include "qemu/osdep.h" #include "hw/hw.h" +#include "hw/irq.h" #include "cpu.h" /* OpenRISC pic handler */ |