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