From cc6dd2c0716cb332a9ea009addb2c561c50ef398 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 2 Aug 2001 20:18:29 +0000 Subject: * cli/cli-decode.h: Include "gdb_regex.h" instead of "gnu-regex.h". --- gdb/cli/cli-decode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/cli/cli-decode.h') 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. -- cgit v1.1