diff options
Diffstat (limited to 'gdb/m2-exp.y')
-rw-r--r-- | gdb/m2-exp.y | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/m2-exp.y b/gdb/m2-exp.y index 2657eb9..a1bf96f 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. */ |