diff options
Diffstat (limited to 'gdb/frame.c')
-rw-r--r-- | gdb/frame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.c b/gdb/frame.c index 0232bdb..43efac0 100644 --- a/gdb/frame.c +++ b/gdb/frame.c @@ -34,7 +34,7 @@ #include "frame-unwind.h" #include "frame-base.h" #include "command.h" -#include "gdbcmd.h" +#include "cli/cli-cmds.h" #include "observable.h" #include "objfiles.h" #include "gdbthread.h" |