From: Jack Jansen Date: Tue, 11 Jul 2000 21:35:02 +0000 (+0000) Subject: One more include of limits.h (possibly to be moved elsewhere when there is X-Git-Tag: v2.0b1~881 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e4b486329626b1f5b06330fa40ed8b0a2966280e;p=thirdparty%2FPython%2Fcpython.git One more include of limits.h (possibly to be moved elsewhere when there is consensus where it should go). --- diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index 7a6dbc84c52d..23b7036522ea 100644 --- a/Modules/selectmodule.c +++ b/Modules/selectmodule.c @@ -21,6 +21,9 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #ifdef HAVE_UNISTD_H #include #endif +#ifdef HAVE_LIMITS_H +#include +#endif #ifdef __sgi /* This is missing from unistd.h */