* python/python-internal.h: Include symtab.h.

This commit is contained in:
Pierre Muller 2010-03-09 17:12:40 +00:00
parent e13eedd538
commit 9cb74f47a1
2 changed files with 8 additions and 2 deletions

View file

@ -61,9 +61,11 @@ typedef int Py_ssize_t;
#define PyEval_ReleaseLock() 0
#endif
/* In order to be able to parse symtab_and_line_to_sal_object function
a real symtab_and_line structure is needed. */
#include "symtab.h"
struct block;
struct symbol;
struct symtab_and_line;
struct value;
struct language_defn;