summaryrefslogtreecommitdiff
path: root/gdb/objfiles.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2002-08-05 16:17:41 +0000
committerJoel Brobecker <brobecker@gnat.com>2002-08-05 16:17:41 +0000
commit68054a653e9199cce7b1da0a7f47e5d292d0fcb9 (patch)
tree27458ce0960ae2dd3803da3332850b100b9b2f5c /gdb/objfiles.h
parentdcae122a33cadcb8f07b035f71c606122fd6f95c (diff)
downloadgdb-68054a653e9199cce7b1da0a7f47e5d292d0fcb9.tar.gz
* objfiles.h: Add missing #include "symfile.h"
* Makefile.in (objfiles_h): Add dependency on symfile.h and dependents.
Diffstat (limited to 'gdb/objfiles.h')
-rw-r--r--gdb/objfiles.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/objfiles.h b/gdb/objfiles.h
index d3194915711..d472efc62c9 100644
--- a/gdb/objfiles.h
+++ b/gdb/objfiles.h
@@ -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