diff options
Diffstat (limited to 'semihosting/guestfd.c')
| -rw-r--r-- | semihosting/guestfd.c | 2 |
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 |