diff options
Diffstat (limited to 'gdb/language.h')
-rw-r--r-- | gdb/language.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/language.h b/gdb/language.h index c5f6824..7398a72 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -23,6 +23,8 @@ #if !defined (LANGUAGE_H) #define LANGUAGE_H 1 +#include "symtab.h" + /* Forward decls for prototypes. */ struct value; struct objfile; |