Index: objfiles.h =================================================================== RCS file: /cvs/src/src/gdb/objfiles.h,v retrieving revision 1.14 diff -c -3 -p -r1.14 objfiles.h *** objfiles.h 29 Jul 2002 22:55:26 -0000 1.14 --- objfiles.h 3 Aug 2002 03:09:08 -0000 *************** *** 23,29 **** #if !defined (OBJFILES_H) #define OBJFILES_H ! #include "gdb_obstack.h" /* For obstack internals. */ struct bcache; /* This structure maintains information on a per-objfile basis about the --- 23,31 ---- #if !defined (OBJFILES_H) #define OBJFILES_H ! #include "gdb_obstack.h" /* For obstack internals. */ ! #include "symfile.h" /* For struct psymbol_allocation_list */ ! struct bcache; /* This structure maintains information on a per-objfile basis about the Index: Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/Makefile.in,v retrieving revision 1.228 diff -c -3 -p -r1.228 Makefile.in *** Makefile.in 30 Jul 2002 19:59:06 -0000 1.228 --- Makefile.in 3 Aug 2002 03:09:10 -0000 *************** macrotab_h = macrotab.h *** 656,662 **** macroscope_h = macroscope.h $(macrotab_h) $(symtab_h) memattr_h = memattr.h monitor_h = monitor.h ! objfiles_h = objfiles.h $(gdb_obstack_h) parser_defs_h = parser-defs.h $(doublest_h) ppc_tdep_h = ppc-tdep.h osabi.h regcache_h = regcache.h --- 656,662 ---- macroscope_h = macroscope.h $(macrotab_h) $(symtab_h) memattr_h = memattr.h monitor_h = monitor.h ! objfiles_h = objfiles.h $(gdb_obstack_h) $(symfile_h) parser_defs_h = parser-defs.h $(doublest_h) ppc_tdep_h = ppc-tdep.h osabi.h regcache_h = regcache.h