aboutsummaryrefslogtreecommitdiff
path: root/gdb/language.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@adacore.com>2013-11-11 09:13:57 +0400
committerJoel Brobecker <brobecker@adacore.com>2013-11-14 13:56:49 +0400
commit671afef641d8cf0672e36d7afeb053c8d01c294e (patch)
treec5109c02c4ca1bd7eaae86ef4d4318365fb8bd0b /gdb/language.h
parent180a9db0964657ba4a926b578836bd25cdc07c5e (diff)
language.h: Add "symtab.h" #include
In addition to the fact that language.h depends on a number of struct types declared in symtab.h, language.h also depends on an enumerated type (domain_enum). So language.h should #include "symtab.h". gdb/ChangeLog: * language.h: Add "symtab.h" #include.
Diffstat (limited to 'gdb/language.h')
-rw-r--r--gdb/language.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/language.h b/gdb/language.h
index c5f6824800..7398a725c9 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;