diff options
-rw-r--r-- | Modules/python.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |