Include macglue.h for some function prototypes, and renamed a few
mac-specific functions to have a PyMac_ name.
diff --git a/Python/import.c b/Python/import.c
index f1efccb..99c811f 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -698,7 +698,7 @@
 	if (Py_VerboseFlag)
 		PySys_WriteStderr("# wrote %s\n", cpathname);
 #ifdef macintosh
-	setfiletype(cpathname, 'Pyth', 'PYC ');
+	PyMac_setfiletype(cpathname, 'Pyth', 'PYC ');
 #endif
 }