bpo-34674: Assume unistd.h exists on Unix. (GH-9290)
This commit is contained in:
committed by
GitHub
parent
1aeba7458d
commit
ea13740a37
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user