[pypy-commit] cffi default: Win32: needs this include now.

arigo noreply at buildbot.pypy.org
Mon Jan 7 00:28:41 CET 2013


Author: Armin Rigo <arigo at 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;


More information about the pypy-commit mailing list