From: Jack Jansen Date: Tue, 11 Jul 2000 21:47:20 +0000 (+0000) Subject: Include macglue.h on the macintosh, so function prototypes are in scope. X-Git-Tag: v2.0b1~880 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28fc880e9ac15c0f8f704b5862bdc38be0985d99;p=thirdparty%2FPython%2Fcpython.git Include macglue.h on the macintosh, so function prototypes are in scope. --- diff --git a/Objects/object.c b/Objects/object.c index 7327f7f868bd..9194c90661fd 100644 --- a/Objects/object.c +++ b/Objects/object.c @@ -12,6 +12,10 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. #include "Python.h" +#ifdef macintosh +#include "macglue.h" +#endif + #include "mymath.h" /* just for trashcan: */