Include <unistd.h> in Python.h. Fixes #500924.

This commit is contained in:
Martin v. Löwis 2002-01-12 11:05:12 +00:00
parent edb60a7ba9
commit cdc4451222
30 changed files with 4 additions and 109 deletions

View file

@ -115,10 +115,6 @@ Socket methods:
#include "pythread.h"
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#if defined(PYCC_VACPP)
#include <types.h>
#include <io.h>