mirror of
https://github.com/python/cpython.git
synced 2025-07-12 05:45:15 +00:00
to get LC_CTYPE constant on Windows.
This commit is contained in:
parent
07beb375b7
commit
518e610977
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,7 @@
|
|||
#include "ast.h"
|
||||
#include "marshal.h"
|
||||
#include "osdefs.h"
|
||||
#include <locale.h>
|
||||
|
||||
#ifdef HAVE_SIGNAL_H
|
||||
#include <signal.h>
|
||||
|
@ -25,7 +26,6 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_LANGINFO_H
|
||||
#include <locale.h>
|
||||
#include <langinfo.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue