diff options
Diffstat (limited to 'contrib/tools/python3/Python/pystrtod.c')
| -rw-r--r-- | contrib/tools/python3/Python/pystrtod.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/tools/python3/Python/pystrtod.c b/contrib/tools/python3/Python/pystrtod.c index 9bb060e3d11..16bf06f0e6c 100644 --- a/contrib/tools/python3/Python/pystrtod.c +++ b/contrib/tools/python3/Python/pystrtod.c @@ -3,7 +3,8 @@ #include <Python.h> #include "pycore_dtoa.h" // _Py_dg_strtod() #include "pycore_pymath.h" // _PY_SHORT_FLOAT_REPR -#include <locale.h> + +#include <locale.h> // localeconv() /* Case-insensitive string match used for nan and inf detection; t should be lower-case. Returns 1 for a successful match, 0 otherwise. */ |
