Commit c7b0990a authored by Victor Stinner's avatar Victor Stinner

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

parent e2cc341f
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment