diff options
Diffstat (limited to 'Mac/mwerks/mwerks_nonshared_config.h')
-rw-r--r-- | Mac/mwerks/mwerks_nonshared_config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_nonshared_config.h b/Mac/mwerks/mwerks_nonshared_config.h index cd37ce6..acae953 100644 --- a/Mac/mwerks/mwerks_nonshared_config.h +++ b/Mac/mwerks/mwerks_nonshared_config.h @@ -30,3 +30,8 @@ #define MSL_USE_PRECOMPILED_HEADERS 0 /* Don't use precomp headers: we include our own */ #include <ansi_prefix.mac.h> #endif +/* Missing declarations. Should these go to pyport.h? */ +#ifdef USE_GUSI2 +#include <stdio.h> +extern int fileno(FILE *); +#endif |