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 ec68a817e82a9fc821dd27329bb3f2616bfdf41a..cacd4c615f032dddd4543f4987895298bebed4d1 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 3ca256395b9f5457cfa91ee2df6de1b4534bc7a0..dff92936cfdefab8530b4eabe2070c3d2eeeefe5 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'.  */
This page took 0.026428 seconds and 4 git commands to generate.