summary refs log tree commit diff stats
path: root/target/ppc/tcg-excp_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/ppc/tcg-excp_helper.c')
-rw-r--r--target/ppc/tcg-excp_helper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/ppc/tcg-excp_helper.c b/target/ppc/tcg-excp_helper.c
index 5a189dc3d7..2b15e5f2f0 100644
--- a/target/ppc/tcg-excp_helper.c
+++ b/target/ppc/tcg-excp_helper.c
@@ -19,7 +19,8 @@
 #include "qemu/osdep.h"
 #include "qemu/main-loop.h"
 #include "qemu/log.h"
-#include "exec/cpu_ldst.h"
+#include "target/ppc/cpu.h"
+#include "accel/tcg/cpu-ldst.h"
 #include "exec/exec-all.h"
 #include "exec/helper-proto.h"
 #include "system/runstate.h"