diff options
Diffstat (limited to 'lib/regex.c')
| -rw-r--r-- | lib/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/regex.c b/lib/regex.c index 499e1f0e035..2a86e107039 100644 --- a/lib/regex.c +++ b/lib/regex.c | |||
| @@ -18,7 +18,7 @@ | |||
| 18 | <https://www.gnu.org/licenses/>. */ | 18 | <https://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #ifndef _LIBC | 20 | #ifndef _LIBC |
| 21 | # include <config.h> | 21 | # include <libc-config.h> |
| 22 | 22 | ||
| 23 | # if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__ | 23 | # if (__GNUC__ == 4 && 6 <= __GNUC_MINOR__) || 4 < __GNUC__ |
| 24 | # pragma GCC diagnostic ignored "-Wsuggest-attribute=pure" | 24 | # pragma GCC diagnostic ignored "-Wsuggest-attribute=pure" |