mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
Add unistd.h for isatty().
This commit is contained in:
@@ -33,6 +33,10 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h> /* For isatty() */
|
||||
#endif
|
||||
|
||||
/* Main program */
|
||||
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user