diff options
Diffstat (limited to 'gdb/cli')
-rw-r--r-- | gdb/cli/cli-decode.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h index e8563ff..cb54721 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -19,9 +19,10 @@ #if !defined (CLI_DECODE_H) #define CLI_DECODE_H 1 -#include "gdb_regex.h" /* Needed by apropos_cmd. */ #include "command.h" +struct re_pattern_buffer; + #if 0 /* FIXME: cagney/2002-03-17: Once cmd_type() has been removed, ``enum cmd_types'' can be moved from "command.h" to "cli-decode.h". */ |