diff options
Diffstat (limited to 'gdb/agent.c')
-rw-r--r-- | gdb/agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/agent.c b/gdb/agent.c index 00e7545..7a2a8e5 100644 --- a/gdb/agent.c +++ b/gdb/agent.c @@ -16,7 +16,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "command.h" -#include "gdbcmd.h" +#include "cli/cli-cmds.h" #include "target.h" #include "gdbsupport/agent.h" #include "observable.h" |