aboutsummaryrefslogtreecommitdiffstats
path: root/support/regex.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-12-26 22:14:00 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-12-26 22:14:00 +0200
commit7f2f9cfa86928914fefb28338fcbdfbc36754edd (patch)
tree1513a6bfa39551b1277f95f6efc21a4a563e9279 /support/regex.c
parented770e303639529c2dcf9f44cb5260c8bae8d993 (diff)
downloadegawk-7f2f9cfa86928914fefb28338fcbdfbc36754edd.tar.gz
egawk-7f2f9cfa86928914fefb28338fcbdfbc36754edd.tar.bz2
egawk-7f2f9cfa86928914fefb28338fcbdfbc36754edd.zip
Sync and update regex from GNULIB.
Diffstat (limited to 'support/regex.c')
-rw-r--r--support/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/regex.c b/support/regex.c
index d6591e86..a80e740c 100644
--- a/support/regex.c
+++ b/support/regex.c
@@ -18,7 +18,7 @@
<https://www.gnu.org/licenses/>. */
#ifndef _LIBC
-# include <config.h>
+# include <libc-config.h>
# if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__
# pragma GCC diagnostic ignored "-Wsuggest-attribute=pure"