ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
This commit is contained in:
parent
e2cc341ffa
commit
c7b0990a05
|
@ -75,6 +75,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…
Reference in New Issue