include header with PyAST_Validate

This commit is contained in:
Benjamin Peterson 2011-08-12 23:10:50 -05:00
parent f8e7543df9
commit ea281a54f3
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@
#include "node.h"
#include "code.h"
#include "asdl.h"
#include "ast.h"
#include <ctype.h>
#ifdef HAVE_LANGINFO_H