diff options
Diffstat (limited to 'include/hw/sh4/sh_intc.h')
-rw-r--r-- | include/hw/sh4/sh_intc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/sh4/sh_intc.h b/include/hw/sh4/sh_intc.h index b7c2404334..3d3efde059 100644 --- a/include/hw/sh4/sh_intc.h +++ b/include/hw/sh4/sh_intc.h @@ -1,6 +1,7 @@ #ifndef SH_INTC_H #define SH_INTC_H +#include "exec/memory.h" #include "hw/irq.h" typedef unsigned char intc_enum; |