summaryrefslogtreecommitdiff
path: root/gdb/cli/cli-decode.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-08-02 20:18:29 +0000
committerMark Kettenis <kettenis@gnu.org>2001-08-02 20:18:29 +0000
commit5a896cab6d9946af4beaf8bdf7633c6837612519 (patch)
tree91d77723bf38cd8f211675ccf0da6e6b77662e12 /gdb/cli/cli-decode.h
parent61699a1a0164077f847fcc57f85b48199ffda5de (diff)
downloadgdb-5a896cab6d9946af4beaf8bdf7633c6837612519.tar.gz
* cli/cli-decode.h: Include "gdb_regex.h" instead of
"gnu-regex.h".
Diffstat (limited to 'gdb/cli/cli-decode.h')
-rw-r--r--gdb/cli/cli-decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h
index 82c3d7d3fb4..79f39d27887 100644
--- a/gdb/cli/cli-decode.h
+++ b/gdb/cli/cli-decode.h
@@ -19,7 +19,7 @@
#if !defined (CLI_DECODE_H)
#define CLI_DECODE_H 1
-#include "gnu-regex.h" /* Needed by apropos_cmd. */
+#include "gdb_regex.h" /* Needed by apropos_cmd. */
/* Command classes are top-level categories into which commands are broken
down for "help" purposes.