From 619cebe87fc24b0ca07054a7fd34c550648c417e Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Fri, 27 May 2011 18:39:49 +0000 Subject: 2011-05-27 Pedro Alves gdb/ * defs.h (struct thread_info, struct inferior): Delete forward declarations. * breakpoint.h (struct thread_info): New forward declaration. * observer.sh (struct inferior): New forward declaration. * python/python-internal.h (struct inferior): New forward declaration. --- gdb/python/python-internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gdb/python/python-internal.h') diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h index d3cb788..b65109d 100644 --- a/gdb/python/python-internal.h +++ b/gdb/python/python-internal.h @@ -106,6 +106,7 @@ struct value; struct language_defn; struct program_space; struct bpstats; +struct inferior; extern PyObject *gdb_module; extern PyTypeObject value_object_type; -- cgit v1.1