]> granicus.if.org Git - python/commitdiff
One more include of limits.h (possibly to be moved elsewhere when there is
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 11 Jul 2000 21:35:02 +0000 (21:35 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 11 Jul 2000 21:35:02 +0000 (21:35 +0000)
consensus where it should go).

Modules/selectmodule.c

index 7a6dbc84c52d2932ce0c7944963bbe640e1b89f4..23b7036522ea47e8ea0e66f381cd61ff7272b55e 100644 (file)
@@ -21,6 +21,9 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
+#ifdef HAVE_LIMITS_H
+#include <limits.h>
+#endif
 
 #ifdef __sgi
 /* This is missing from unistd.h */