mirror of
https://github.com/python/cpython.git
synced 2025-07-26 20:54:39 +00:00
fix compilation on non-Windows platforms
This commit is contained in:
parent
9ac4927125
commit
796798b29c
1 changed files with 2 additions and 0 deletions
|
@ -22,7 +22,9 @@
|
|||
#include <signal.h>
|
||||
#endif
|
||||
|
||||
#ifdef MS_WINDOWS
|
||||
#include "malloc.h" /* for alloca */
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LANGINFO_H
|
||||
#include <locale.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue