From 67cd94cafdf46c81cf52dd71db412f0a68a0cda5 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Wed, 19 Dec 2007 13:21:32 +0000 Subject: * symtab.h: #include "defs.h". (enum language): Remove opaque declaration. * Makefile.in (symtab_h): Update dependencies. --- gdb/symtab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/symtab.h') diff --git a/gdb/symtab.h b/gdb/symtab.h index da35b29..6b4b120 100644 --- a/gdb/symtab.h +++ b/gdb/symtab.h @@ -22,6 +22,8 @@ #if !defined (SYMTAB_H) #define SYMTAB_H 1 +#include "defs.h" + /* Opaque declarations. */ struct ui_file; struct frame_info; @@ -32,7 +34,6 @@ struct block; struct blockvector; struct axs_value; struct agent_expr; -enum language; /* Some of the structures in this file are space critical. The space-critical structures are: -- cgit v1.1