Author: Manuel Jacob <m...@manueljacob.de>
Branch: llvm-translation-backend
Changeset: r76616:9960bc589d0f
Date: 2015-03-28 16:12 +0100
http://bitbucket.org/pypy/pypy/changeset/9960bc589d0f/

Log:    Add errno.h include to threadlocal.c.

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
@@ -1,5 +1,6 @@
 #include "common_header.h"
 #include "structdef.h"       /* for struct pypy_threadlocal_s */
+#include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to