summaryrefslogtreecommitdiffstats
path: root/Modules/selectmodule.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-07-11 21:35:02 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-07-11 21:35:02 (GMT)
commite4b486329626b1f5b06330fa40ed8b0a2966280e (patch)
tree43df8da2227ccd8e509e084f80a6ab5706ee5551 /Modules/selectmodule.c
parent1af5b082ababd44cec06fbece63c49b0ecd749db (diff)
downloadcpython-e4b486329626b1f5b06330fa40ed8b0a2966280e.zip
cpython-e4b486329626b1f5b06330fa40ed8b0a2966280e.tar.gz
cpython-e4b486329626b1f5b06330fa40ed8b0a2966280e.tar.bz2
One more include of limits.h (possibly to be moved elsewhere when there is
consensus where it should go).
Diffstat (limited to 'Modules/selectmodule.c')
-rw-r--r--Modules/selectmodule.c3
1 files changed, 3 insertions, 0 deletions
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 <unistd.h>
#endif
+#ifdef HAVE_LIMITS_H
+#include <limits.h>
+#endif
#ifdef __sgi
/* This is missing from unistd.h */