From 2429c722d7613336a6a71dc8bd6e07b50024c8aa Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Thu, 7 Mar 1996 15:17:11 +0000 Subject: Added missing include of Fonts.h --- Mac/Python/macmain.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c index 5cea381..966c279 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 -- cgit v0.12