diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index cfb54de..c1a6c13 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -27,7 +27,7 @@ #include "symfile.h" #include "target.h" #include "process-stratum-target.h" -#include "gdbcmd.h" +#include "cli/cli-cmds.h" #include "objfiles.h" #include "gdbthread.h" #include "remote.h" |