summaryrefslogtreecommitdiff
path: root/stdlib/strtof_l.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/strtof_l.c')
-rw-r--r--stdlib/strtof_l.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/strtof_l.c b/stdlib/strtof_l.c
index 262c5e063b..67f1360cbd 100644
--- a/stdlib/strtof_l.c
+++ b/stdlib/strtof_l.c
@@ -20,6 +20,8 @@
#define USE_IN_EXTENDED_LOCALE_MODEL 1
+#include <xlocale.h>
+
extern float ____strtof_l_internal (const char *, char **, int, __locale_t);
#include <strtof.c>