Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7ef22e

Browse files
committed
Include patchlevel.h (to ensure it is distributed with the rest).
1 parent ed98d48 commit e7ef22e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Python/pythonmain.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2424

2525
/* Python interpreter main program */
2626

27+
#include "patchlevel.h"
28+
2729
#include "allobjects.h"
2830

2931
#include "grammar.h"

0 commit comments

Comments
 (0)