From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Kettenis To: gdb-patches@sources.redhat.com Subject: [PATCH] Include "gdb_regex.h" instead of "gnu-regex.h" Date: Thu, 02 Aug 2001 13:18:00 -0000 Message-id: <200108022018.f72KIaD25223@delius.kettenis.local> X-SW-Source: 2001-08/msg00050.html Seems obvious to me :-). Checked in on mainline. Mark Index: ChangeLog from Mark Kettenis * cli/cli-decode.h: Include "gdb_regex.h" instead of "gnu-regex.h". Index: cli/cli-decode.h =================================================================== RCS file: /cvs/src/src/gdb/cli/cli-decode.h,v retrieving revision 1.2 diff -u -p -r1.2 cli-decode.h --- cli/cli-decode.h 2001/03/06 08:21:19 1.2 +++ cli/cli-decode.h 2001/08/02 20:16:00 @@ -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.