Keep gcc -Wall happy.

This commit is contained in:
Guido van Rossum 1996-12-05 23:27:02 +00:00
parent ed0af8fe70
commit 80bb9655f0
6 changed files with 38 additions and 28 deletions

View file

@ -45,6 +45,10 @@ PERFORMANCE OF THIS SOFTWARE.
extern char *getenv();
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include "thread.h"
#ifdef __ksr__