From 1845d144bc58be7b245bb02da3245c5e01760621 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Mon, 25 Apr 2016 21:38:53 +0200 Subject: Issue #17905: Do not guard locale include with HAVE_LANGINFO_H. --- Python/sysmodule.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/sysmodule.c') diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 0c68c544b04..b5199125a55 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c @@ -20,6 +20,7 @@ Data members: #include "pythread.h" #include "osdefs.h" +#include #ifdef MS_WINDOWS #define WIN32_LEAN_AND_MEAN @@ -33,7 +34,6 @@ extern const char *PyWin_DLLVersionString; #endif #ifdef HAVE_LANGINFO_H -#include #include #endif -- cgit v1.2.3