From ac88ca205c0d1cb48943550d41a6400b4e556271 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 2 Apr 1992 10:35:19 +0000 Subject: Lint. * symfile.c (add_symbol_file_command): Initialize mapped/readnow. --- gdb/m2-exp.y | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/m2-exp.y') diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y index 2657eb971e4..a1bf96faa84 100644 --- a/gdb/m2-exp.y +++ b/gdb/m2-exp.y @@ -39,6 +39,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "language.h" #include "value.h" #include "parser-defs.h" +#include "bfd.h" +#include "symfile.h" +#include "objfiles.h" /* Ensure that if the generated parser contains any calls to malloc/realloc, that they get mapped to xmalloc/xrealloc. */ -- cgit v1.2.1