diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c index e811088264f..e45e64f9ade 100644 --- a/Modules/mathmodule.c +++ b/Modules/mathmodule.c @@ -2,6 +2,11 @@ #include "allobjects.h" +#include +#ifndef errno +extern int errno; +#endif + #include "modsupport.h" #include