Now include Python.h

This commit is contained in:
Guido van Rossum 1998-08-08 20:01:22 +00:00
parent 639ccae5f6
commit be10c20adf

View file

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