[pypy-commit] pypy default: add stdlib.h for MAX_ENV (visual compiler)

mattip noreply at buildbot.pypy.org
Sat Sep 8 22:21:57 CEST 2012


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r57249:2014e43cce2f
Date: 2012-09-08 23:21 +0300
http://bitbucket.org/pypy/pypy/changeset/2014e43cce2f/

Log:	add stdlib.h for MAX_ENV (visual compiler)

diff --git a/pypy/rlib/rwin32.py b/pypy/rlib/rwin32.py
--- a/pypy/rlib/rwin32.py
+++ b/pypy/rlib/rwin32.py
@@ -17,7 +17,7 @@
 
 if WIN32:
     eci = ExternalCompilationInfo(
-        includes = ['windows.h', 'stdio.h'],
+        includes = ['windows.h', 'stdio.h', 'stdlib.h'],
         libraries = ['kernel32'],
         )
 else:


More information about the pypy-commit mailing list