(Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca()

This commit is contained in:
Victor Stinner 2013-06-17 22:02:14 +02:00
commit 8f0aae54ba
1 changed files with 1 additions and 0 deletions

View File

@ -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.