[pypy-commit] cffi default: Add malloc.h, needed for alloca() in this file.

arigo noreply at buildbot.pypy.org
Tue Jul 1 20:47:02 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r1533:003b8ea084ef
Date: 2014-07-01 20:47 +0200
http://bitbucket.org/cffi/cffi/changeset/003b8ea084ef/

Log:	Add malloc.h, needed for alloca() in this file.

diff --git a/c/misc_win32.h b/c/misc_win32.h
--- a/c/misc_win32.h
+++ b/c/misc_win32.h
@@ -1,3 +1,4 @@
+#include <malloc.h>   /* for alloca() */
 
 /************************************************************/
 /* errno and GetLastError support */


More information about the pypy-commit mailing list