aboutsummaryrefslogtreecommitdiff
path: root/stubs/ram-block.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/ram-block.c')
-rw-r--r--stubs/ram-block.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubs/ram-block.c b/stubs/ram-block.c
index 1081976..e88fab3 100644
--- a/stubs/ram-block.c
+++ b/stubs/ram-block.c
@@ -1,7 +1,7 @@
#include "qemu/osdep.h"
#include "exec/ramlist.h"
#include "exec/cpu-common.h"
-#include "exec/memory.h"
+#include "system/memory.h"
void *qemu_ram_get_host_addr(RAMBlock *rb)
{