mirror of https://github.com/python/cpython.git
Now include Python.h
This commit is contained in:
parent
639ccae5f6
commit
be10c20adf
|
@ -1,5 +1,7 @@
|
||||||
/* Minimal main program -- everything is loaded from the library */
|
/* Minimal main program -- everything is loaded from the library */
|
||||||
|
|
||||||
|
#include "Python.h"
|
||||||
|
|
||||||
extern int Py_Main();
|
extern int Py_Main();
|
||||||
|
|
||||||
int
|
int
|
||||||
|
|
Loading…
Reference in New Issue