diff options
Diffstat (limited to 'gdb/gdb-demangle.c')
-rw-r--r-- | gdb/gdb-demangle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/gdb-demangle.c b/gdb/gdb-demangle.c index 7779beb..ed5aca2 100644 --- a/gdb/gdb-demangle.c +++ b/gdb/gdb-demangle.c @@ -25,7 +25,7 @@ #include "cli/cli-utils.h" #include "command.h" -#include "gdbcmd.h" +#include "cli/cli-cmds.h" #include "demangle.h" #include "gdb-demangle.h" #include "language.h" |