Needs qemu-common.h for qemu_irq. Signed-off-by: Avi Kivity <avi@xxxxxxxxxx> --- hw/irq.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/irq.h b/hw/irq.h index 5daae44..e9f0542 100644 --- a/hw/irq.h +++ b/hw/irq.h @@ -1,6 +1,8 @@ #ifndef QEMU_IRQ_H #define QEMU_IRQ_H +#include "qemu-common.h" + /* Generic IRQ/GPIO pin infrastructure. */ /* FIXME: Rmove one of these. */ -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html