[pypy-svn] r49173 - pypy/dist/pypy/translator/c/src

xoraxax at codespeak.net xoraxax at codespeak.net
Mon Nov 26 21:47:03 CET 2007


Author: xoraxax
Date: Mon Nov 26 21:47:03 2007
New Revision: 49173

Modified:
   pypy/dist/pypy/translator/c/src/stack.h
Log:
Include stdio in stack.h for stderr.


Modified: pypy/dist/pypy/translator/c/src/stack.h
==============================================================================
--- pypy/dist/pypy/translator/c/src/stack.h	(original)
+++ pypy/dist/pypy/translator/c/src/stack.h	Mon Nov 26 21:47:03 2007
@@ -12,6 +12,7 @@
 int LL_stack_too_big(void);
 
 #ifndef PYPY_NOT_MAIN_FILE
+#include <stdio.h>
 #include "thread.h"
 
 #ifndef PYPY_NOINLINE



More information about the Pypy-commit mailing list