]> git.proxmox.com Git - qemu.git/blobdiff - hw/irq.c
moxie: configure with default-configs file
[qemu.git] / hw / irq.c
index f4e2a7804a3a24528417abbae22334ffadab753f..20785428ef00eff815b67a98a90a8816ccab9987 100644 (file)
--- 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;