* cli/cli-decode.h: Include "gdb_regex.h" instead of

"gnu-regex.h".
This commit is contained in:
Mark Kettenis 2001-08-02 20:18:29 +00:00
parent d72751493e
commit cc6dd2c071
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2001-08-02 Mark Kettenis <kettenis@gnu.org>
* cli/cli-decode.h: Include "gdb_regex.h" instead of
"gnu-regex.h".
* NEWS: Update.
2001-08-02 Eli Zaretskii <eliz@is.elta.co.il>

View File

@ -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.