Issue #17905: Do not guard locale include with HAVE_LANGINFO_H.

This commit is contained in:
Stefan Krah 2016-04-25 21:38:53 +02:00
parent 0996fa3bd8
commit 1845d144bc

View file

@ -20,6 +20,7 @@ Data members:
#include "pythread.h"
#include "osdefs.h"
#include <locale.h>
#ifdef MS_WINDOWS
#define WIN32_LEAN_AND_MEAN
@ -33,7 +34,6 @@ extern const char *PyWin_DLLVersionString;
#endif
#ifdef HAVE_LANGINFO_H
#include <locale.h>
#include <langinfo.h>
#endif