Author: Armin Rigo <[email protected]> Branch: kill-geninterp Changeset: r53595:d0ca2304579c Date: 2012-03-14 12:26 -0700 http://bitbucket.org/pypy/pypy/changeset/d0ca2304579c/
Log: hg merge default diff --git a/pypy/translator/c/src/debug_print.c b/pypy/translator/c/src/debug_print.c --- a/pypy/translator/c/src/debug_print.c +++ b/pypy/translator/c/src/debug_print.c @@ -13,6 +13,7 @@ #define WIN32_LEAN_AND_MEAN #include <windows.h> #endif +#include "common_header.h" #include "src/profiling.h" #include "src/debug_print.h" _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
