[Python-checkins] cpython: include header with PyAST_Validate

benjamin.peterson python-checkins at python.org
Sat Aug 13 06:10:59 CEST 2011


http://hg.python.org/cpython/rev/381a6def7d5f
changeset:   71850:381a6def7d5f
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Aug 12 23:10:50 2011 -0500
summary:
  include header with PyAST_Validate

files:
  Python/bltinmodule.c |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c
--- 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 <ctype.h>
 
 #ifdef HAVE_LANGINFO_H

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list