Author: Armin Rigo <[email protected]> Branch: Changeset: r53594:48de71db5b0d Date: 2012-03-14 12:25 -0700 http://bitbucket.org/pypy/pypy/changeset/48de71db5b0d/
Log: Fix on Linux64. 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
