summaryrefslogtreecommitdiffstats
path: root/src/util/strtod.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/strtod.h')
-rw-r--r--src/util/strtod.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/strtod.h b/src/util/strtod.h
index b7e2beb5f30..60e15cfa0eb 100644
--- a/src/util/strtod.h
+++ b/src/util/strtod.h
@@ -34,6 +34,9 @@ extern "C" {
extern void
_mesa_locale_init(void);
+extern void
+_mesa_locale_fini(void);
+
extern double
_mesa_strtod(const char *s, char **end);