aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-03-22 13:35:05 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-03-22 13:35:05 +0000
commit16708cba7c242bd942bbab981a730c3085a1a7db (patch)
treeee90738f866d16852f63659f3dd91244da8383ed /gdb/symfile.h
parent0fe514e3a0202999dea5f06dcfd4bfcb726013cf (diff)
downloadgdb-16708cba7c242bd942bbab981a730c3085a1a7db.zip
gdb-16708cba7c242bd942bbab981a730c3085a1a7db.tar.gz
gdb-16708cba7c242bd942bbab981a730c3085a1a7db.tar.bz2
* symfile.h: #include "symtab.h"
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index befc0b4..2737191 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -24,6 +24,7 @@
#define SYMFILE_H
/* This file requires that you first include "bfd.h". */
+#include "symtab.h"
/* Opaque declarations. */
struct section_table;