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 */
|
||||
|
||||
#include "Python.h"
|
||||
|
||||
extern int Py_Main();
|
||||
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue