diff options
Diffstat (limited to 'hw/dummy_m68k.c')
-rw-r--r-- | hw/dummy_m68k.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/dummy_m68k.c b/hw/dummy_m68k.c index 20f790b1a6..7878cc3e15 100644 --- a/hw/dummy_m68k.c +++ b/hw/dummy_m68k.c @@ -10,7 +10,7 @@ #include "boards.h" #include "loader.h" #include "elf.h" -#include "exec-memory.h" +#include "exec/address-spaces.h" #define KERNEL_LOAD_ADDR 0x10000 |