Commit 4257e92c authored by Guido van Rossum's avatar Guido van Rossum

Include unistd.h to keep gcc -Wall happy.

parent f7111c2f
......@@ -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;
......
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