diff options
Diffstat (limited to 'system/physmem.c')
| -rw-r--r-- | system/physmem.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/physmem.c b/system/physmem.c index eff8b55c2d..a6af555f4b 100644 --- a/system/physmem.c +++ b/system/physmem.c @@ -28,10 +28,11 @@ #include "qemu/lockable.h" #ifdef CONFIG_TCG -#include "hw/core/tcg-cpu-ops.h" +#include "accel/tcg/cpu-ops.h" #endif /* CONFIG_TCG */ #include "exec/exec-all.h" +#include "exec/cputlb.h" #include "exec/page-protection.h" #include "exec/target_page.h" #include "exec/translation-block.h" |