mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
This commit is contained in:
parent
91f9bdd773
commit
43b2639fe2
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@
|
|||
|
||||
#include <ffi.h>
|
||||
#include "ctypes.h"
|
||||
#include <alloca.h>
|
||||
|
||||
#if defined(_DEBUG) || defined(__MINGW32__)
|
||||
/* Don't use structured exception handling on Windows if this is defined.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue