mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Include unistd.h to keep gcc -Wall happy.
This commit is contained in:
parent
259552dbd9
commit
66a7013c5c
1 changed files with 3 additions and 0 deletions
|
@ -33,6 +33,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#include "Python.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
/* Interface to getopt(): */
|
||||
extern int optind;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue