[Python-checkins] CVS: python/dist/src/Include pyport.h,2.38,2.39

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 24 Oct 2001 13:27:30 -0700


Update of /cvsroot/python/python/dist/src/Include
In directory usw-pr-cvs1:/tmp/cvs-serv15838

Modified Files:
	pyport.h 
Log Message:
SF patch #474590 -- RISC OS support

Index: pyport.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/pyport.h,v
retrieving revision 2.38
retrieving revision 2.39
diff -C2 -d -r2.38 -r2.39
*** pyport.h	2001/10/23 02:20:37	2.38
--- pyport.h	2001/10/24 20:27:28	2.39
***************
*** 154,157 ****
--- 154,161 ----
  #endif
  
+ #ifdef RISCOS
+ #include <sys/types.h>
+ #endif
+ 
  #ifndef DONT_HAVE_SYS_STAT_H
  #include <sys/stat.h>