diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-08-02 20:18:29 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-08-02 20:18:29 +0000 |
commit | cc6dd2c0716cb332a9ea009addb2c561c50ef398 (patch) | |
tree | 0b72cb147d02b84dd62937a722c2cd1e10384cf3 /gdb/cli | |
parent | d72751493e65ea71eebcc9aed85d039ed995bd3f (diff) | |
download | gdb-cc6dd2c0716cb332a9ea009addb2c561c50ef398.zip gdb-cc6dd2c0716cb332a9ea009addb2c561c50ef398.tar.gz gdb-cc6dd2c0716cb332a9ea009addb2c561c50ef398.tar.bz2 |
* cli/cli-decode.h: Include "gdb_regex.h" instead of
"gnu-regex.h".
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-decode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h index 82c3d7d..79f39d2 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. |