From be10c20adff11ad4335c75cc61286504639e2ed6 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 8 Aug 1998 20:01:22 +0000 Subject: Now include Python.h --- Modules/python.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Modules/python.c') 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 -- cgit v1.2.1