diff options
Diffstat (limited to 'Python')
-rw-r--r-- | Python/fileutils.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/fileutils.c b/Python/fileutils.c index dbcb923..d25111f 100644 --- a/Python/fileutils.c +++ b/Python/fileutils.c @@ -1,11 +1,12 @@ #include "Python.h" #include "osdefs.h" +#include <locale.h> + #ifdef MS_WINDOWS # include <windows.h> #endif #ifdef HAVE_LANGINFO_H -#include <locale.h> #include <langinfo.h> #endif |