diff options
Diffstat (limited to 'gdbstub/syscalls.c')
-rw-r--r-- | gdbstub/syscalls.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbstub/syscalls.c b/gdbstub/syscalls.c index 4e1295b..e855df2 100644 --- a/gdbstub/syscalls.c +++ b/gdbstub/syscalls.c @@ -7,13 +7,13 @@ * Copyright (c) 2003-2005 Fabrice Bellard * Copyright (c) 2023 Linaro Ltd * - * SPDX-License-Identifier: LGPL-2.0+ + * SPDX-License-Identifier: LGPL-2.0-or-later */ #include "qemu/osdep.h" #include "qemu/error-report.h" #include "semihosting/semihost.h" -#include "sysemu/runstate.h" +#include "system/runstate.h" #include "gdbstub/user.h" #include "gdbstub/syscalls.h" #include "gdbstub/commands.h" |