summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-07-11 21:47:20 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-07-11 21:47:20 (GMT)
commit28fc880e9ac15c0f8f704b5862bdc38be0985d99 (patch)
tree164906eedafa9fb1f4676cd3fa4a89b9c4e4704c /Objects
parente4b486329626b1f5b06330fa40ed8b0a2966280e (diff)
downloadcpython-28fc880e9ac15c0f8f704b5862bdc38be0985d99.zip
cpython-28fc880e9ac15c0f8f704b5862bdc38be0985d99.tar.gz
cpython-28fc880e9ac15c0f8f704b5862bdc38be0985d99.tar.bz2
Include macglue.h on the macintosh, so function prototypes are in scope.
Diffstat (limited to 'Objects')
-rw-r--r--Objects/object.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Objects/object.c b/Objects/object.c
index 7327f7f..9194c90 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: */