Commit 975b46f7 authored by Jack Jansen's avatar Jack Jansen

Added a declaration of fileno() if we use GUSI. Not sure whether it should go...

Added a declaration of fileno() if we use GUSI. Not sure whether it should go here or in pyport.h really...
parent bfa4ddac
......@@ -33,3 +33,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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment