summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libg++/libg++/Regex.cc2
-rw-r--r--gnu/lib/libg++/libg++/regex.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libg++/libg++/Regex.cc b/gnu/lib/libg++/libg++/Regex.cc
index db9cdc3..37e564b 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 db23a51..40b8498 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
OpenPOWER on IntegriCloud