[pypy-commit] pypy default: Windows fix

arigo noreply at buildbot.pypy.org
Sat Oct 25 15:44:17 CEST 2014


Author: Armin Rigo <arigo at 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>
 
 
 /*


More information about the pypy-commit mailing list