diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-17 21:44:49 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1994-11-17 21:44:49 +0000 |
| commit | 5c19f0147a468c80bb0871a1dc477eaabca83a54 (patch) | |
| tree | 1934a49b3aa22ee9716323e1202a49718d95de9f | |
| parent | 80785c507bdf018b11911ab68ca1e8611d2411ad (diff) | |
Notes
| -rw-r--r-- | gnu/lib/libg++/libg++/Regex.cc | 2 | ||||
| -rw-r--r-- | gnu/lib/libg++/libg++/regex.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libg++/libg++/Regex.cc b/gnu/lib/libg++/libg++/Regex.cc index db9cdc3e7e39..37e564b8c1c5 100644 --- a/gnu/lib/libg++/libg++/Regex.cc +++ b/gnu/lib/libg++/libg++/Regex.cc @@ -31,7 +31,7 @@ extern "C" { #if 1 #include <rx.h> #else -#include <regex.h> +#include <gnuregex.h> #endif } diff --git a/gnu/lib/libg++/libg++/regex.cc b/gnu/lib/libg++/libg++/regex.cc index db23a51995bc..40b8498a694d 100644 --- a/gnu/lib/libg++/libg++/regex.cc +++ b/gnu/lib/libg++/libg++/regex.cc @@ -114,7 +114,7 @@ init_syntax_once () #endif /* Get the interface, including the syntax bits. */ -#include "regex.h" +#include <gnuregex.h> /* These are the command codes that appear in compiled regular |
