aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/cli')
-rw-r--r--gdb/cli/cli-cmds.c2
-rw-r--r--gdb/cli/cli-decode.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/cli/cli-cmds.c b/gdb/cli/cli-cmds.c
index a82e877..3cf9519 100644
--- a/gdb/cli/cli-cmds.c
+++ b/gdb/cli/cli-cmds.c
@@ -22,7 +22,7 @@
#include "completer.h"
#include "target.h" /* For baud_rate, remote_debug and remote_timeout */
#include "gdb_wait.h" /* For shell escape implementation */
-#include "gnu-regex.h" /* Used by apropos_command */
+#include "gdb_regex.h" /* Used by apropos_command */
#include "filenames.h" /* for DOSish file names */
#ifdef UI_OUT
diff --git a/gdb/cli/cli-decode.c b/gdb/cli/cli-decode.c
index 19a409b..d2fea6e 100644
--- a/gdb/cli/cli-decode.c
+++ b/gdb/cli/cli-decode.c
@@ -20,7 +20,7 @@
#include "defs.h"
#include "symtab.h"
#include <ctype.h>
-#include "gnu-regex.h"
+#include "gdb_regex.h"
#ifdef UI_OUT
#include "ui-out.h"