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

fijal at codespeak.net fijal at codespeak.net
Sun Mar 28 05:33:26 CEST 2010


Author: fijal
Date: Sun Mar 28 05:33:23 2010
New Revision: 73019

Modified:
   pypy/branch/cpython-extension/pypy/module/cpyext/include/Python.h
Log:
include assert.h 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	Sun Mar 28 05:33:23 2010
@@ -26,6 +26,7 @@
 
 #include <stdio.h>
 #include <string.h>
+#include <assert.h>
 
 #include "boolobject.h"
 #include "floatobject.h"



More information about the Pypy-commit mailing list