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 7a6dbc8..23b7036 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -21,6 +21,9 @@
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#ifdef HAVE_LIMITS_H
+#include <limits.h>
+#endif
 
 #ifdef __sgi
 /* This is missing from unistd.h */