Make gcc -Wall happy.

This commit is contained in:
Guido van Rossum 1996-12-05 21:54:17 +00:00
parent 04f95d5238
commit 685a38ea94
1 changed files with 4 additions and 0 deletions

View File

@ -36,6 +36,10 @@ PERFORMANCE OF THIS SOFTWARE.
#include "structmember.h"
#include "ceval.h"
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#ifdef THINK_C
#define HAVE_FOPENRF
#endif