From: Guido van Rossum Date: Thu, 20 Dec 1990 23:06:26 +0000 (+0000) Subject: Added X-Git-Tag: v0.9.8~1092 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c211ee4b1398dc93185585607ed787397c4d44e9;p=thirdparty%2FPython%2Fcpython.git Added --- diff --git a/Objects/floatobject.c b/Objects/floatobject.c index 82d464327d15..4523e8359025 100644 --- a/Objects/floatobject.c +++ b/Objects/floatobject.c @@ -5,6 +5,11 @@ #include "allobjects.h" +#include +#ifndef errno +extern int errno; +#endif + #include #include