summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-08-08 20:01:22 (GMT)
committerGuido van Rossum <guido@python.org>1998-08-08 20:01:22 (GMT)
commitbe10c20adff11ad4335c75cc61286504639e2ed6 (patch)
tree007d4243d3acb2f46de849d6ec811b9ea75105f2 /Modules
parent639ccae5f6550fbfddd54bcf38658dc38971a147 (diff)
downloadcpython-be10c20adff11ad4335c75cc61286504639e2ed6.zip
cpython-be10c20adff11ad4335c75cc61286504639e2ed6.tar.gz
cpython-be10c20adff11ad4335c75cc61286504639e2ed6.tar.bz2
Now include Python.h
Diffstat (limited to 'Modules')
-rw-r--r--Modules/python.c2
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