[pypy-commit] pypy default: Fix on Linux64.

arigo noreply at buildbot.pypy.org
Wed Mar 14 20:26:15 CET 2012


Author: Armin Rigo <arigo at tunes.org>
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"
 


More information about the pypy-commit mailing list