bpo-34674: Assume unistd.h exists on Unix. (GH-9290)

This commit is contained in:
Benjamin Peterson 2018-09-13 21:57:31 -07:00 committed by GitHub
parent 1aeba7458d
commit ea13740a37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 3 additions and 41 deletions

View file

@ -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