pythonrun.h: added run_pyc_file
ceval.h: added Py_AddPendingCall
rest: modules using the new naming scheme must now include Python.h
diff --git a/Include/Python.h b/Include/Python.h
new file mode 100644
index 0000000..88ea8c0
--- /dev/null
+++ b/Include/Python.h
@@ -0,0 +1,3 @@
+/* Header file to be included by modules using new naming conventions */
+#include "allobjects.h"
+#include "rename1.h"