Kaydet (Commit) 66a7013c authored tarafından Guido van Rossum's avatar Guido van Rossum

Include unistd.h to keep gcc -Wall happy.

üst 259552db
...@@ -33,6 +33,9 @@ PERFORMANCE OF THIS SOFTWARE. ...@@ -33,6 +33,9 @@ PERFORMANCE OF THIS SOFTWARE.
#include "Python.h" #include "Python.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
/* Interface to getopt(): */ /* Interface to getopt(): */
extern int optind; extern int optind;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment