summary refs log tree commit diff
path: root/wcsmbs/wcstold_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'wcsmbs/wcstold_l.c')
-rw-r--r--wcsmbs/wcstold_l.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/wcsmbs/wcstold_l.c b/wcsmbs/wcstold_l.c
index 0d836ce247..4f35cfae6d 100644
--- a/wcsmbs/wcstold_l.c
+++ b/wcsmbs/wcstold_l.c
@@ -37,6 +37,8 @@ extern unsigned long long int ____wcstoull_l_internal (const wchar_t *,
 # include <wcstold.c>
 #else
 /* There is no `long double' type, use the `double' implementations.  */
+extern double ____wcstod_l_internal (const wchar_t *, wchar_t **, int,
+				     __locale_t);
 long double
 ____wcstold_l_internal (const wchar_t *nptr, wchar_t **endptr, int group,
 			__locale_t loc)