From: Amaury Forgeot d'Arc Date: Tue, 5 Oct 2010 22:15:37 +0000 (+0000) Subject: #9060 Let platforms without dup2() compile the replacement fonction without error. X-Git-Tag: v3.2a3~49 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90774dd47b5f6f5a6f682675539c4b951fd785b5;p=thirdparty%2FPython%2Fcpython.git #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