diff options
Diffstat (limited to 'sysdeps/ieee754/float128/strtof128_l.c')
-rw-r--r-- | sysdeps/ieee754/float128/strtof128_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/float128/strtof128_l.c b/sysdeps/ieee754/float128/strtof128_l.c index d3d55ea9fa..a541d60ef3 100644 --- a/sysdeps/ieee754/float128/strtof128_l.c +++ b/sysdeps/ieee754/float128/strtof128_l.c @@ -16,7 +16,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#include <xlocale.h> +#include <bits/types/locale_t.h> /* Bring in potential typedef for _Float128 early for declaration below. */ #include <bits/floatn.h> |