From ea00b6ec6bf5ed83e0c0310feaa6c6559ee7e84a Mon Sep 17 00:00:00 2001 From: David Carlton Date: Thu, 6 Mar 2003 00:56:43 +0000 Subject: 2003-03-05 David Carlton * Merge with mainline. Tag is carlton_dictionary-20030305-merge. --- gdb/ada-lang.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gdb/ada-lang.h') diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index d2b426c..45c156a 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -23,6 +23,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "value.h" #include "gdbtypes.h" +struct block; + /* A macro to reorder the bytes of an address depending on the endiannes of the target */ #define EXTRACT_ADDRESS(x) ((void *) extract_address (&(x), sizeof (x))) -- cgit v1.1