diff options
author | Pedro Alves <palves@redhat.com> | 2011-04-01 15:22:52 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-04-01 15:22:52 +0000 |
commit | 3352110bf1be134cbf9373545ccca42b9e16f778 (patch) | |
tree | 209fb6d6a0b6b80dfcc88530f3c65445b9dd1226 /gdb/arm-tdep.h | |
parent | f6c1938b0740520970786aabf972f0f759f7b6d3 (diff) | |
download | gdb-3352110bf1be134cbf9373545ccca42b9e16f778.zip gdb-3352110bf1be134cbf9373545ccca42b9e16f778.tar.gz gdb-3352110bf1be134cbf9373545ccca42b9e16f778.tar.bz2 |
* arm-tdep.h (struct address_space): Add forward declaration.
Diffstat (limited to 'gdb/arm-tdep.h')
-rw-r--r-- | gdb/arm-tdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/arm-tdep.h b/gdb/arm-tdep.h index 356df73..f047351 100644 --- a/gdb/arm-tdep.h +++ b/gdb/arm-tdep.h @@ -23,6 +23,7 @@ /* Forward declarations. */ struct gdbarch; struct regset; +struct address_space; /* Register numbers of various important registers. */ |