diff options
Diffstat (limited to 'hw/irq.c')
| -rw-r--r-- | hw/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/irq.c b/hw/irq.c index f4e2a7804a..20785428ef 100644 --- a/hw/irq.c +++ b/hw/irq.c @@ -22,7 +22,7 @@ * THE SOFTWARE. */ #include "qemu-common.h" -#include "irq.h" +#include "hw/irq.h" struct IRQState { qemu_irq_handler handler; |