From cc6dd2c0716cb332a9ea009addb2c561c50ef398 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 2 Aug 2001 20:18:29 +0000 Subject: [PATCH] * cli/cli-decode.h: Include "gdb_regex.h" instead of "gnu-regex.h". --- gdb/ChangeLog | 3 +++ gdb/cli/cli-decode.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 449a97a8f95..e6c92b4c3d1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2001-08-02 Mark Kettenis + * cli/cli-decode.h: Include "gdb_regex.h" instead of + "gnu-regex.h". + * NEWS: Update. 2001-08-02 Eli Zaretskii 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. -- 2.30.2