diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-02-21 02:51:07 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-02-21 02:51:07 +0000 |
commit | f7cb3ef862abc8b655aa43f2a829f2d2457587a8 (patch) | |
tree | c6009333dfda39930366ba1d9aef58ec1afaf870 /gdb/buildsym.c | |
parent | 0596389cd2a6facda8a6150febbc234662b4d7db (diff) | |
download | gdb-f7cb3ef862abc8b655aa43f2a829f2d2457587a8.zip gdb-f7cb3ef862abc8b655aa43f2a829f2d2457587a8.tar.gz gdb-f7cb3ef862abc8b655aa43f2a829f2d2457587a8.tar.bz2 |
Include "language.h" for longest_local_hex_string_custom().
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 27dad46..3ca2563 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -34,6 +34,7 @@ #include "gdbtypes.h" #include "complaints.h" #include "gdb_string.h" +#include "language.h" /* For "longest_local_hex_string_custom" */ /* Ask buildsym.h to define the vars it normally declares `extern'. */ #define EXTERN |