diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-21 03:04:19 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-21 03:04:19 +0000 |
commit | 91b9ff21797374a189a0bfdb1371cfd4cc928217 (patch) | |
tree | c1dc86c4dc0592922400267635a79b36368726b1 /gdb/buildsym.c | |
parent | f7cb3ef862abc8b655aa43f2a829f2d2457587a8 (diff) | |
download | gdb-91b9ff21797374a189a0bfdb1371cfd4cc928217.zip gdb-91b9ff21797374a189a0bfdb1371cfd4cc928217.tar.gz gdb-91b9ff21797374a189a0bfdb1371cfd4cc928217.tar.bz2 |
Include "expression.h" which "language.h" depends on.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 3ca2563..dff9293 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -34,6 +34,7 @@ #include "gdbtypes.h" #include "complaints.h" #include "gdb_string.h" +#include "expression.h" /* For "enum exp_opcode" used by... */ #include "language.h" /* For "longest_local_hex_string_custom" */ /* Ask buildsym.h to define the vars it normally declares `extern'. */ |