mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* cli/cli-decode.h: Include "gdb_regex.h" instead of
"gnu-regex.h".
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user