Include unistd.h to keep gcc -Wall happy.

This commit is contained in:
Guido van Rossum 1996-12-09 18:46:58 +00:00
parent 259552dbd9
commit 66a7013c5c

View file

@ -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;