From: Jack Jansen Date: Thu, 7 Mar 1996 15:17:11 +0000 (+0000) Subject: Added missing include of Fonts.h X-Git-Tag: v1.4b1~300 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2429c722d7613336a6a71dc8bd6e07b50024c8aa;p=python Added missing include of Fonts.h --- diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c index 5cea381b42..966c279824 100644 --- a/Mac/Python/macmain.c +++ b/Mac/Python/macmain.c @@ -35,6 +35,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include #include #include +#include #ifdef __MWERKS__ #include