Commit 6c01e386 authored by Stefan Krah's avatar Stefan Krah

Issue #19036: Including locale.h should not depend on HAVE_LANGINFO_H.

parent 1cfe009b
...@@ -545,6 +545,7 @@ Randall Hopper ...@@ -545,6 +545,7 @@ Randall Hopper
Nadav Horesh Nadav Horesh
Alon Horev Alon Horev
Jan Hosang Jan Hosang
Alan Hourihane
Ken Howard Ken Howard
Brad Howes Brad Howes
Mike Hoy Mike Hoy
......
#include "Python.h" #include "Python.h"
#include "osdefs.h" #include "osdefs.h"
#include <locale.h>
#ifdef MS_WINDOWS #ifdef MS_WINDOWS
# include <windows.h> # include <windows.h>
#endif #endif
#ifdef HAVE_LANGINFO_H #ifdef HAVE_LANGINFO_H
#include <locale.h>
#include <langinfo.h> #include <langinfo.h>
#endif #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