[Python-checkins] CVS: python/dist/src/PC getpathp.c,1.25,1.26

Martin v. L?wis loewis@users.sourceforge.net
Sat, 12 Jan 2002 03:05:41 -0800


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

Modified Files:
	getpathp.c 
Log Message:
Include <unistd.h> in Python.h. Fixes #500924.


Index: getpathp.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/getpathp.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** getpathp.c	2001/09/07 14:08:01	1.25
--- getpathp.c	2002/01/12 11:05:09	1.26
***************
*** 67,74 ****
  #include <string.h>
  
- #if HAVE_UNISTD_H
- #include <unistd.h>
- #endif /* HAVE_UNISTD_H */
- 
  /* Search in some common locations for the associated Python libraries.
   *
--- 67,70 ----