mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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
|
@ -20,10 +20,6 @@ Data members:
|
|||
|
||||
#include "osdefs.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#ifdef MS_COREDLL
|
||||
extern void *PyWin_DLLhModule;
|
||||
/* A string loaded from the DLL at startup: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue