Skip to content

Commit 4e2667f

Browse files
author
guido
committed
Now include Python.h
git-svn-id: http://svn.python.org/projects/python/trunk@11377 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 1692bf8 commit 4e2667f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Modules/python.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
/* Minimal main program -- everything is loaded from the library */
22

3+
#include "Python.h"
4+
35
extern int Py_Main();
46

57
int

0 commit comments

Comments
 (0)