diff --git a/Objects/floatobject.c b/Objects/floatobject.c index 82d464327d1..4523e835902 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