From: Amaury Forgeot d'Arc Date: Tue, 5 Oct 2010 22:18:29 +0000 (+0000) Subject: Merged revisions 85236 via svnmerge from X-Git-Tag: v3.1.3rc1~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7955fb638abf63fb362c78ad064d9e4968aebe70;p=thirdparty%2FPython%2Fcpython.git Merged revisions 85236 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85236 | amaury.forgeotdarc | 2010-10-06 00:15:37 +0200 (mer., 06 oct. 2010) | 2 lines #9060 Let platforms without dup2() compile the replacement fonction without error. ........ --- diff --git a/Python/dup2.c b/Python/dup2.c index ba7413a0ca7b..2579afd443dc 100644 --- a/Python/dup2.c +++ b/Python/dup2.c @@ -12,6 +12,7 @@ */ #include +#include #define BADEXIT -1