Patch by Mark Hammond to avoid certain header files on Windows/CE.

This commit is contained in:
Guido van Rossum 1999-08-27 20:39:37 +00:00
parent 7f1de832a2
commit ff7e83d606
3 changed files with 15 additions and 2 deletions

View file

@ -48,7 +48,9 @@ PERFORMANCE OF THIS SOFTWARE.
extern void bzero();
#endif
#ifndef DONT_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#if defined(PYOS_OS2)
#include <sys/time.h>