diff options
Diffstat (limited to 'qemu/hw/intc/sh_intc.c')
-rw-r--r-- | qemu/hw/intc/sh_intc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu/hw/intc/sh_intc.c b/qemu/hw/intc/sh_intc.c index 55c76e4af..6ce2a8084 100644 --- a/qemu/hw/intc/sh_intc.c +++ b/qemu/hw/intc/sh_intc.c @@ -8,6 +8,9 @@ * This code is licensed under the GPL. */ +#include "qemu/osdep.h" +#include "qemu-common.h" +#include "cpu.h" #include "hw/sh4/sh_intc.h" #include "hw/hw.h" #include "hw/sh4/sh.h" |