Now include Python.h
diff --git a/Modules/python.c b/Modules/python.c
index 83e7b07..e1a5d29 100644
--- a/Modules/python.c
+++ b/Modules/python.c
@@ -1,5 +1,7 @@
 /* Minimal main program -- everything is loaded from the library */
 
+#include "Python.h"
+
 extern int Py_Main();
 
 int