[pypy-commit] pypy default: Fix

arigo noreply at buildbot.pypy.org
Mon May 5 16:25:28 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r71278:1034226b87f2
Date: 2014-05-05 16:24 +0200
http://bitbucket.org/pypy/pypy/changeset/1034226b87f2/

Log:	Fix

diff --git a/rpython/translator/c/src/entrypoint.c b/rpython/translator/c/src/entrypoint.c
--- a/rpython/translator/c/src/entrypoint.c
+++ b/rpython/translator/c/src/entrypoint.c
@@ -10,6 +10,7 @@
 #include <src/rtyper.h>
 #include <src/exception.h>
 #include <src/debug_traceback.h>
+#include <src/asm.h>
 
 #include <stdlib.h>
 #include <stdio.h>


More information about the pypy-commit mailing list