diff options
Diffstat (limited to 'gdb/inferior.c')
-rw-r--r-- | gdb/inferior.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/inferior.c b/gdb/inferior.c index 5621ea4..0522cb5 100644 --- a/gdb/inferior.c +++ b/gdb/inferior.c @@ -22,7 +22,7 @@ #include "target.h" #include "command.h" #include "completer.h" -#include "gdbcmd.h" +#include "cli/cli-cmds.h" #include "gdbthread.h" #include "ui-out.h" #include "observable.h" |