diff options
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/wcstod_l.c | 1 | ||||
-rw-r--r-- | wcsmbs/wcstof_l.c | 1 | ||||
-rw-r--r-- | wcsmbs/wcstol_l.c | 1 | ||||
-rw-r--r-- | wcsmbs/wcstold_l.c | 1 | ||||
-rw-r--r-- | wcsmbs/wcstoll_l.c | 1 | ||||
-rw-r--r-- | wcsmbs/wcstoul_l.c | 1 | ||||
-rw-r--r-- | wcsmbs/wcstoull_l.c | 1 |
7 files changed, 7 insertions, 0 deletions
diff --git a/wcsmbs/wcstod_l.c b/wcsmbs/wcstod_l.c index b5a715b..1cd5694 100644 --- a/wcsmbs/wcstod_l.c +++ b/wcsmbs/wcstod_l.c @@ -20,6 +20,7 @@ #define __need_wchar_t #include <stddef.h> +#include <locale.h> #define USE_IN_EXTENDED_LOCALE_MODEL 1 diff --git a/wcsmbs/wcstof_l.c b/wcsmbs/wcstof_l.c index 13d4c10..193fc86 100644 --- a/wcsmbs/wcstof_l.c +++ b/wcsmbs/wcstof_l.c @@ -20,6 +20,7 @@ #define __need_wchar_t #include <stddef.h> +#include <locale.h> #define USE_IN_EXTENDED_LOCALE_MODEL 1 diff --git a/wcsmbs/wcstol_l.c b/wcsmbs/wcstol_l.c index 5d8fdb0..abe7a98 100644 --- a/wcsmbs/wcstol_l.c +++ b/wcsmbs/wcstol_l.c @@ -20,6 +20,7 @@ #define __need_wchar_t #include <stddef.h> +#include <locale.h> #define USE_IN_EXTENDED_LOCALE_MODEL 1 diff --git a/wcsmbs/wcstold_l.c b/wcsmbs/wcstold_l.c index 20a2228..596c7ce 100644 --- a/wcsmbs/wcstold_l.c +++ b/wcsmbs/wcstold_l.c @@ -20,6 +20,7 @@ #define __need_wchar_t #include <stddef.h> +#include <locale.h> #define USE_IN_EXTENDED_LOCALE_MODEL 1 diff --git a/wcsmbs/wcstoll_l.c b/wcsmbs/wcstoll_l.c index 12a8c2d..136d0c7 100644 --- a/wcsmbs/wcstoll_l.c +++ b/wcsmbs/wcstoll_l.c @@ -20,6 +20,7 @@ #define __need_wchar_t #include <stddef.h> +#include <locale.h> #define USE_IN_EXTENDED_LOCALE_MODEL 1 diff --git a/wcsmbs/wcstoul_l.c b/wcsmbs/wcstoul_l.c index 852d930..0a346cc 100644 --- a/wcsmbs/wcstoul_l.c +++ b/wcsmbs/wcstoul_l.c @@ -20,6 +20,7 @@ #define __need_wchar_t #include <stddef.h> +#include <locale.h> #define USE_IN_EXTENDED_LOCALE_MODEL 1 diff --git a/wcsmbs/wcstoull_l.c b/wcsmbs/wcstoull_l.c index c849a31..5f6238c 100644 --- a/wcsmbs/wcstoull_l.c +++ b/wcsmbs/wcstoull_l.c @@ -20,6 +20,7 @@ #define __need_wchar_t #include <stddef.h> +#include <locale.h> #define USE_IN_EXTENDED_LOCALE_MODEL 1 |