]> granicus.if.org Git - python/commitdiff
Now include Python.h
authorGuido van Rossum <guido@python.org>
Sat, 8 Aug 1998 20:01:22 +0000 (20:01 +0000)
committerGuido van Rossum <guido@python.org>
Sat, 8 Aug 1998 20:01:22 +0000 (20:01 +0000)
Modules/python.c

index 83e7b07ecdbc706b011526b1d692511863f2f51a..e1a5d29475e20676fe060681b6dd80cf4704c613 100644 (file)
@@ -1,5 +1,7 @@
 /* Minimal main program -- everything is loaded from the library */
 
+#include "Python.h"
+
 extern int Py_Main();
 
 int