Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.453 diff -u -r1.453 Makefile.in --- Makefile.in 6 Oct 2003 22:41:17 -0000 1.453 +++ Makefile.in 8 Oct 2003 02:31:48 -0000 @@ -1965,7 +1965,7 @@ $(frame_base_h) $(symtab_h) $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) \ $(gdb_string_h) $(value_h) $(inferior_h) $(symfile_h) $(objfiles_h) \ $(language_h) $(arch_utils_h) $(regcache_h) $(trad_frame_h) \ - $(gdb_assert_h) + $(gdb_assert_h) $(dis_asm_h) m68hc11-tdep.o: m68hc11-tdep.c $(defs_h) $(frame_h) $(frame_unwind_h) \ $(frame_base_h) $(dwarf2_frame_h) $(trad_frame_h) $(symtab_h) \ $(gdbtypes_h) $(gdbcmd_h) $(gdbcore_h) $(gdb_string_h) $(value_h) \ Index: m32r-tdep.c =================================================================== RCS file: /cvs/src/src/gdb/m32r-tdep.c,v retrieving revision 1.18 diff -u -r1.18 m32r-tdep.c --- m32r-tdep.c 12 Sep 2003 18:40:17 -0000 1.18 +++ m32r-tdep.c 8 Oct 2003 02:31:48 -0000 @@ -37,6 +37,7 @@ #include "arch-utils.h" #include "regcache.h" #include "trad-frame.h" +#include "dis-asm.h" #include "gdb_assert.h"