summaryrefslogtreecommitdiff
path: root/gdb
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
commit22defde10dacd68bbb36103909acfb00081e95a5 (patch)
treed72508cfd2d6c78c04c93cb1d92b85d09c70567d /gdb
parentd065843ec1d2da011827a552f77ed0df37c381ca (diff)
downloadgdb-22defde10dacd68bbb36103909acfb00081e95a5.tar.gz
Include "expression.h" which "language.h" depends on.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/buildsym.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ec68a817e82..cacd4c615f0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,6 @@
Mon Feb 21 12:50:57 2000 Andrew Cagney <cagney@b1.cygnus.com>
- * buildsym.c: Include "language.h" for
+ * buildsym.c: Include "language.h" and "expression.h" for
longest_local_hex_string_custom.
Mon Feb 21 11:17:18 2000 Andrew Cagney <cagney@b1.cygnus.com>
diff --git a/gdb/buildsym.c b/gdb/buildsym.c
index 3ca256395b9..dff92936cfd 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'. */