From: Benjamin Peterson Date: Sat, 13 Aug 2011 04:10:50 +0000 (-0500) Subject: include header with PyAST_Validate X-Git-Tag: v3.3.0a1~1705 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea281a54f36e9c8f54759686b65361e60829c412;p=thirdparty%2FPython%2Fcpython.git include header with PyAST_Validate --- diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 94b2798fee47..9de8ca036f24 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -6,6 +6,9 @@ #include "node.h" #include "code.h" +#include "asdl.h" +#include "ast.h" + #include #ifdef HAVE_LANGINFO_H