summaryrefslogtreecommitdiff
path: root/gdb/python/python-internal.h
diff options
context:
space:
mode:
authorPedro Alves <pedro@codesourcery.com>2011-05-27 18:39:49 +0000
committerPedro Alves <pedro@codesourcery.com>2011-05-27 18:39:49 +0000
commit2825bb9e506bf3cd5bc3e01bb414c8afd0f86ea6 (patch)
tree68c8792d7d8ee8dd69a67f476657eeecd38e75d1 /gdb/python/python-internal.h
parent811ca069a7ef381ce2f59756f48bcc7dcdcaa258 (diff)
downloadgdb-2825bb9e506bf3cd5bc3e01bb414c8afd0f86ea6.tar.gz
2011-05-27 Pedro Alves <pedro@codesourcery.com>
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.
Diffstat (limited to 'gdb/python/python-internal.h')
-rw-r--r--gdb/python/python-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/python/python-internal.h b/gdb/python/python-internal.h
index d3cb78854ab..b65109d13bd 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;