mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
gh-108765: Python.h no longer includes <unistd.h> (#108783)
This commit is contained in:
parent
4f9b706c6f
commit
594b00057e
16 changed files with 55 additions and 42 deletions
|
|
@ -4,7 +4,8 @@
|
|||
#include "Python.h"
|
||||
#include "posixmodule.h"
|
||||
|
||||
#include <pwd.h>
|
||||
#include <pwd.h> // getpwuid()
|
||||
#include <unistd.h> // sysconf()
|
||||
|
||||
#include "clinic/pwdmodule.c.h"
|
||||
/*[clinic input]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue