Author: Armin Rigo <[email protected]> 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 */ _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
