From: Guido van Rossum Date: Fri, 19 Jun 1998 04:33:30 +0000 (+0000) Subject: Added , needed for Windows. X-Git-Tag: v1.5.2a1~449 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cd70f4f66f2424e7eec431c9e96270e341a5e55;p=python Added , needed for Windows. --- diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index 69621e35e6..1b4aa9d8ea 100644 --- a/Modules/_localemodule.c +++ b/Modules/_localemodule.c @@ -13,6 +13,7 @@ This software comes with no warranty. Use at your own risk. #include #include #include +#include #include "Python.h" #ifdef macintosh char *strdup Py_PROTO((char *));