From e4b486329626b1f5b06330fa40ed8b0a2966280e Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 11 Jul 2000 21:35:02 +0000 Subject: One more include of limits.h (possibly to be moved elsewhere when there is consensus where it should go). --- Modules/selectmodule.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index 7a6dbc8..23b7036 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 */ -- cgit v0.12