Include "expression.h" which "language.h" depends on.
authorAndrew Cagney <cagney@redhat.com>
Mon, 21 Feb 2000 03:04:19 +0000 (03:04 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 21 Feb 2000 03:04:19 +0000 (03:04 +0000)
gdb/ChangeLog
gdb/buildsym.c

index ec68a81..cacd4c6 100644 (file)
@@ -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>
index 3ca2563..dff9293 100644 (file)
@@ -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'.  */