diff options
Diffstat (limited to 'lib/regex.c')
-rw-r--r-- | lib/regex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/regex.c b/lib/regex.c index 653b50e8dc9..f76a416b3b5 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -17,6 +17,8 @@ License along with the GNU C Library; if not, see <https://www.gnu.org/licenses/>. */ +#define __STDC_WANT_IEC_60559_BFP_EXT__ + #ifndef _LIBC # include <libc-config.h> |