* objfiles.h: Add missing #include "symfile.h"
authorJoel Brobecker <brobecker@gnat.com>
Mon, 5 Aug 2002 16:17:41 +0000 (16:17 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Mon, 5 Aug 2002 16:17:41 +0000 (16:17 +0000)
        * Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.

gdb/ChangeLog
gdb/Makefile.in
gdb/objfiles.h

index 4d295f9d2f449d5dd40a3d607e52770c913072a0..ba992e4359026825a40074ea5119162a5c175e71 100644 (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>:
index 00bd31b0f891f2b3d85bc7087f0b95a96d5e0f60..77c9d55bc853685cf18068de59c1097a0b64da58 100644 (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
index d319491571174b88410d83bdce201bce1f2312a7..d472efc62c93ea8836ec6e7618de8c3d94c94462 100644 (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