From: Guido van Rossum Date: Sat, 8 Aug 1998 20:01:22 +0000 (+0000) Subject: Now include Python.h X-Git-Tag: v1.5.2a1~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be10c20adff11ad4335c75cc61286504639e2ed6;p=python Now include Python.h --- diff --git a/Modules/python.c b/Modules/python.c index 83e7b07ecd..e1a5d29475 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