Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8f0aae5

Browse files
committed
(Merge 3.3) ctypes: AIX needs an explicit #include <alloca.h> to get alloca()
2 parents 3f41c64 + 43b2639 commit 8f0aae5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/_ctypes/callproc.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070

7171
#include <ffi.h>
7272
#include "ctypes.h"
73+
#include <alloca.h>
7374

7475
#if defined(_DEBUG) || defined(__MINGW32__)
7576
/* Don't use structured exception handling on Windows if this is defined.

0 commit comments

Comments
 (0)