Author: Armin Rigo <[email protected]>
Branch: stm-thread-2
Changeset: r59480:4a61fbe03058
Date: 2012-12-18 00:59 +0100
http://bitbucket.org/pypy/pypy/changeset/4a61fbe03058/

Log:    Fix

diff --git a/pypy/translator/c/src/entrypoint.c 
b/pypy/translator/c/src/entrypoint.c
--- a/pypy/translator/c/src/entrypoint.c
+++ b/pypy/translator/c/src/entrypoint.c
@@ -15,6 +15,7 @@
 #include <stdio.h>
 
 #ifdef RPY_STM
+#include <src/debug_print.h>
 #include "src_stm/et.c"
 #endif
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to