Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r1118:382e3612620e Date: 2013-01-07 00:28 +0100 http://bitbucket.org/cffi/cffi/changeset/382e3612620e/
Log: Win32: needs this include now. diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py --- a/cffi/vengine_cpy.py +++ b/cffi/vengine_cpy.py @@ -701,6 +701,7 @@ #include <stddef.h> #ifdef MS_WIN32 +#include <malloc.h> /* for alloca() */ typedef __int8 int8_t; typedef __int16 int16_t; typedef __int32 int32_t; _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit