From 9cb74f47a17c0c8c4dcf475892f4b27e961d05f8 Mon Sep 17 00:00:00 2001 From: Pierre Muller Date: Tue, 9 Mar 2010 17:12:40 +0000 Subject: * python/python-internal.h: Include symtab.h. --- gdb/python/python-internal.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gdb/python') diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index c48c354..e8fcfa9 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -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; -- cgit v1.1