diff options
Diffstat (limited to 'hw/sh_intc.h')
-rw-r--r-- | hw/sh_intc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sh_intc.h b/hw/sh_intc.h index 80c943057..6f11beedd 100644 --- a/hw/sh_intc.h +++ b/hw/sh_intc.h @@ -3,7 +3,7 @@ #include "qemu-common.h" #include "irq.h" -#include "exec-memory.h" +#include "exec/address-spaces.h" typedef unsigned char intc_enum; |