mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Include <unistd.h> in Python.h. Fixes #500924.
This commit is contained in:
parent
edb60a7ba9
commit
cdc4451222
30 changed files with 4 additions and 109 deletions
|
|
@ -18,9 +18,6 @@
|
|||
#define FD_SETSIZE 512
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#if defined(HAVE_POLL_H)
|
||||
#include <poll.h>
|
||||
#elif defined(HAVE_SYS_POLL_H)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue