diff options
Diffstat (limited to 'sysdeps/ieee754/float128/wcstof128.c')
-rw-r--r-- | sysdeps/ieee754/float128/wcstof128.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/float128/wcstof128.c b/sysdeps/ieee754/float128/wcstof128.c index 1d6326d910..49aa4d61ac 100644 --- a/sysdeps/ieee754/float128/wcstof128.c +++ b/sysdeps/ieee754/float128/wcstof128.c @@ -17,7 +17,7 @@ <http://www.gnu.org/licenses/>. */ #include <stddef.h> -#include <xlocale.h> +#include <bits/types/locale_t.h> #define USE_WIDE_CHAR 1 |