summaryrefslogtreecommitdiff
path: root/wcsmbs
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs')
-rw-r--r--wcsmbs/wcstod_l.c1
-rw-r--r--wcsmbs/wcstof_l.c1
-rw-r--r--wcsmbs/wcstol_l.c1
-rw-r--r--wcsmbs/wcstold_l.c1
-rw-r--r--wcsmbs/wcstoll_l.c1
-rw-r--r--wcsmbs/wcstoul_l.c1
-rw-r--r--wcsmbs/wcstoull_l.c1
7 files changed, 7 insertions, 0 deletions
diff --git a/wcsmbs/wcstod_l.c b/wcsmbs/wcstod_l.c
index b5a715bdbd..1cd5694b93 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 13d4c10914..193fc86f46 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 5d8fdb06af..abe7a98332 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 20a2228ba7..596c7ce471 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 12a8c2d669..136d0c7ee9 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 852d930bb0..0a346cc014 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 c849a31f3d..5f6238c00f 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