Author: Armin Rigo <ar...@tunes.org>
Branch: ec-keepalive
Changeset: r81566:4b5a99284649
Date: 2016-01-05 01:08 +0000
http://bitbucket.org/pypy/pypy/changeset/4b5a99284649/

Log:    Missing includes

diff --git a/rpython/translator/c/src/threadlocal.c 
b/rpython/translator/c/src/threadlocal.c
--- a/rpython/translator/c/src/threadlocal.c
+++ b/rpython/translator/c/src/threadlocal.c
@@ -3,7 +3,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <assert.h>
 #include "src/threadlocal.h"
+#include "src/thread.h"
 
 
 /* this is a spin-lock that must be acquired around each doubly-linked-list
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to