From 43b2639fe2a05f74b987bd7e8818a958149565c8 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 17 Jun 2013 22:01:53 +0200 Subject: ctypes: AIX needs an explicit #include to get alloca() --- Modules/_ctypes/callproc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/_ctypes/callproc.c b/Modules/_ctypes/callproc.c index f5d8f52..d0693b6 100644 --- a/Modules/_ctypes/callproc.c +++ b/Modules/_ctypes/callproc.c @@ -70,6 +70,7 @@ #include #include "ctypes.h" +#include #if defined(_DEBUG) || defined(__MINGW32__) /* Don't use structured exception handling on Windows if this is defined. -- cgit v0.12