Author: Brian Kearns <[email protected]> Branch: Changeset: r60600:8164c439d288 Date: 2013-01-28 04:53 -0500 http://bitbucket.org/pypy/pypy/changeset/8164c439d288/
Log: argh 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 @@ -5,6 +5,7 @@ /* Eliminated some memory leaks, [email protected] */ #include <windows.h> +#include <stdio.h> #include <limits.h> #include <process.h> _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
