* cli/cli-decode.h: Include "gdb_regex.h" instead of
authorMark Kettenis <kettenis@gnu.org>
Thu, 2 Aug 2001 20:18:29 +0000 (20:18 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 2 Aug 2001 20:18:29 +0000 (20:18 +0000)
"gnu-regex.h".

gdb/ChangeLog
gdb/cli/cli-decode.h

index 449a97a8f951661b07ac94af6f2177238e77c2c1..e6c92b4c3d17a97e5cf3c37f4afa6e593e901b2f 100644 (file)
@@ -1,5 +1,8 @@
 2001-08-02  Mark Kettenis  <kettenis@gnu.org>
 
+       * cli/cli-decode.h: Include "gdb_regex.h" instead of
+       "gnu-regex.h".
+
        * NEWS: Update.
 
 2001-08-02  Eli Zaretskii  <eliz@is.elta.co.il>
index 82c3d7d3fb4acc0b05ff0cc6feaabdc6288104bb..79f39d2788769452bdc8ac7b454ac16188698a17 100644 (file)
@@ -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.