Commit 1845d144 authored by Stefan Krah's avatar Stefan Krah

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

parent 0996fa3b
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment