aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-02-21 03:04:19 +0000
committerAndrew Cagney <cagney@redhat.com>2000-02-21 03:04:19 +0000
commit91b9ff21797374a189a0bfdb1371cfd4cc928217 (patch)
treec1dc86c4dc0592922400267635a79b36368726b1 /gdb/buildsym.c
parentf7cb3ef862abc8b655aa43f2a829f2d2457587a8 (diff)
downloadfsf-binutils-gdb-91b9ff21797374a189a0bfdb1371cfd4cc928217.zip
fsf-binutils-gdb-91b9ff21797374a189a0bfdb1371cfd4cc928217.tar.gz
fsf-binutils-gdb-91b9ff21797374a189a0bfdb1371cfd4cc928217.tar.bz2
Include "expression.h" which "language.h" depends on.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r--gdb/buildsym.c1
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'. */