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

Skip to content

Commit ea281a5

Browse files
committed
include header with PyAST_Validate
1 parent f8e7543 commit ea281a5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Python/bltinmodule.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
#include "node.h"
77
#include "code.h"
88

9+
#include "asdl.h"
10+
#include "ast.h"
11+
912
#include <ctype.h>
1013

1114
#ifdef HAVE_LANGINFO_H

0 commit comments

Comments
 (0)