summary refs log tree commit diff stats
path: root/target/loongarch/tcg/iocsr_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/loongarch/tcg/iocsr_helper.c')
-rw-r--r--target/loongarch/tcg/iocsr_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/loongarch/tcg/iocsr_helper.c b/target/loongarch/tcg/iocsr_helper.c
index b6916f53d2..e62170de3c 100644
--- a/target/loongarch/tcg/iocsr_helper.c
+++ b/target/loongarch/tcg/iocsr_helper.c
@@ -10,7 +10,7 @@
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
 #include "exec/exec-all.h"
-#include "exec/cpu_ldst.h"
+#include "accel/tcg/cpu-ldst.h"
 
 #define GET_MEMTXATTRS(cas) \
         ((MemTxAttrs){.requester_id = env_cpu(cas)->cpu_index})