Include "expression.h" which "language.h" depends on.
This commit is contained in:
parent
f7cb3ef862
commit
91b9ff2179
2 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
|
@ -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'. */
|
||||
|
|
Loading…
Reference in a new issue