init_frozen non-static, frozenmain.c not in Makefile any more
diff --git a/Python/import.c b/Python/import.c
index e222c51..35c0d9d 100644
--- a/Python/import.c
+++ b/Python/import.c
@@ -530,7 +530,9 @@
 	int size;
 } frozen_modules[];
 
-static int
+/* This function is also used from frozenmain.c */
+
+int
 init_frozen(name)
 	char *name;
 {