changes for MPW
diff --git a/Modules/rotormodule.c b/Modules/rotormodule.c
index 60d9257..6988f88 100644
--- a/Modules/rotormodule.c
+++ b/Modules/rotormodule.c
@@ -57,7 +57,7 @@
 
 #include "Python.h"
 
-#include <math.h>
+#include "mymath.h"
 
 #define TRUE	1
 #define FALSE	0
@@ -755,7 +755,7 @@
 	return Py_FindMethod(PyRotor_Methods, (PyObject * ) s, name);
 }
 
-static PyTypeObject PyRotor_Type = {
+statichere PyTypeObject PyRotor_Type = {
 	PyObject_HEAD_INIT(&PyType_Type)
 	0,				/*ob_size*/
 	"rotor",			/*tp_name*/