Author: Armin Rigo <ar...@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>
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to