[pypy-svn] r73233 - pypy/branch/cpython-extension/pypy/module/cpyext/include

fijal at codespeak.net fijal at codespeak.net
Wed Mar 31 23:38:03 CEST 2010


Author: fijal
Date: Wed Mar 31 23:38:01 2010
New Revision: 73233

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/include/Python.h
Log:
include stdarg as well


Modified: pypy/branch/cpython-extension/pypy/module/cpyext/include/Python.h
==============================================================================
--- pypy/branch/cpython-extension/pypy/module/cpyext/include/Python.h	(original)
+++ pypy/branch/cpython-extension/pypy/module/cpyext/include/Python.h	Wed Mar 31 23:38:01 2010
@@ -24,6 +24,7 @@
 
 #include "object.h"
 
+#include <stdarg.h>
 #include <stdio.h>
 #include <string.h>
 #include <assert.h>



More information about the Pypy-commit mailing list