diff options
Diffstat (limited to 'src/util/strtod.h')
-rw-r--r-- | src/util/strtod.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/strtod.h b/src/util/strtod.h index 02c25ddb78f..b7e2beb5f30 100644 --- a/src/util/strtod.h +++ b/src/util/strtod.h @@ -31,6 +31,9 @@ extern "C" { #endif +extern void +_mesa_locale_init(void); + extern double _mesa_strtod(const char *s, char **end); |