Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r74211:73f11e792f2f
Date: 2014-10-25 15:43 +0200
http://bitbucket.org/pypy/pypy/changeset/73f11e792f2f/

Log:    Windows fix

diff --git a/rpython/translator/c/src/thread_nt.c 
b/rpython/translator/c/src/thread_nt.c
--- a/rpython/translator/c/src/thread_nt.c
+++ b/rpython/translator/c/src/thread_nt.c
@@ -8,6 +8,7 @@
 #include <stdio.h>
 #include <limits.h>
 #include <process.h>
+#include <errno.h>
 
 
 /*
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to