summary refs log tree commit diff stats
path: root/semihosting/guestfd.c
diff options
context:
space:
mode:
Diffstat (limited to 'semihosting/guestfd.c')
-rw-r--r--semihosting/guestfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/semihosting/guestfd.c b/semihosting/guestfd.c
index acb86b50dd..955c2efbd0 100644
--- a/semihosting/guestfd.c
+++ b/semihosting/guestfd.c
@@ -15,7 +15,7 @@
 #ifdef CONFIG_USER_ONLY
 #include "qemu.h"
 #else
-#include "semihosting/softmmu-uaccess.h"
+#include "semihosting/uaccess.h"
 #include CONFIG_DEVICES
 #endif