diff options
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index 0bf5d00..bcdd98f 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -23,6 +23,10 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "eval.h" #include "opcode.h" +#ifdef macintosh +#include "macglue.h" +#endif + #include <ctype.h> #ifdef HAVE_LIMITS_H |