changes for CFM-68K mac
diff --git a/Modules/xxmodule.c b/Modules/xxmodule.c
index 153bb81..ac81f77 100644
--- a/Modules/xxmodule.c
+++ b/Modules/xxmodule.c
@@ -38,7 +38,6 @@
 /* Xxo objects */
 
 #include "allobjects.h"
-#include "modsupport.h"		/* For getargs() etc. */
 
 static object *ErrorObject;
 
@@ -126,7 +125,7 @@
 		return dictinsert(self->x_attr, name, v);
 }
 
-static typeobject Xxotype = {
+staticforward typeobject Xxotype = {
 	OB_HEAD_INIT(&Typetype)
 	0,			/*ob_size*/
 	"xxo",			/*tp_name*/