[Python-checkins] CVS: python/dist/src/Modules selectmodule.c,2.36,2.37

Jack Jansen python-dev@python.org
Tue, 11 Jul 2000 14:35:05 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv20295

Modified Files:
	selectmodule.c 
Log Message:
One more include of limits.h (possibly to be moved elsewhere when there is
consensus where it should go).


Index: selectmodule.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/selectmodule.c,v
retrieving revision 2.36
retrieving revision 2.37
diff -C2 -r2.36 -r2.37
*** selectmodule.c	2000/07/10 12:29:26	2.36
--- selectmodule.c	2000/07/11 21:35:02	2.37
***************
*** 22,25 ****
--- 22,28 ----
  #include <unistd.h>
  #endif
+ #ifdef HAVE_LIMITS_H
+ #include <limits.h>
+ #endif
  
  #ifdef __sgi