mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
This commit is contained in:
parent
1aeba7458d
commit
ea13740a37
5 changed files with 3 additions and 41 deletions
|
@ -32,7 +32,7 @@
|
|||
#include <errno.h>
|
||||
#endif
|
||||
#include <stdlib.h>
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#ifndef MS_WINDOWS
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#ifdef HAVE_CRYPT_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue