2003-04-12 Andrew Cagney <cagney@redhat.com>
[binutils-gdb.git] / gdb / ada-lang.h
index d2b426c8ceb5299439bae24bd205e91bdbd298f8..3f00b9ac313ad6b847ddcbb83445fb7e96801281 100644 (file)
@@ -20,9 +20,13 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #if !defined (ADA_LANG_H)
 #define ADA_LANG_H 1
 
+struct partial_symbol;
+
 #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)))