Include macglue.h on the macintosh, so function prototypes are in scope.

This commit is contained in:
Jack Jansen 2000-07-11 21:47:20 +00:00
parent e4b4863296
commit 28fc880e9a

View file

@ -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: */