* objfiles.h: Add missing #include "symfile.h"

* Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
This commit is contained in:
Joel Brobecker 2002-08-05 16:17:41 +00:00
parent 09de7a7356
commit 3956d554e9
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2002-08-05 Joel Brobecker <brobecker@gnat.com>
* objfiles.h: Add missing #include "symfile.h"
* Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
2002-08-04 Andrew Cagney <ac131313@redhat.com>
From 2002-08-01 david carlton <carlton@math.stanford.edu>:

View File

@ -649,7 +649,7 @@ macrotab_h = macrotab.h
macroscope_h = macroscope.h $(macrotab_h) $(symtab_h)
memattr_h = memattr.h
monitor_h = monitor.h
objfiles_h = objfiles.h $(gdb_obstack_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

View File

@ -23,7 +23,9 @@
#if !defined (OBJFILES_H)
#define OBJFILES_H
#include "gdb_obstack.h" /* For obstack internals. */
#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