From 5cd70f4f66f2424e7eec431c9e96270e341a5e55 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 19 Jun 1998 04:33:30 +0000 Subject: [PATCH] Added , needed for Windows. --- Modules/_localemodule.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c index 69621e35e6f..1b4aa9d8ea7 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 *));