* symfile.h: #include "symtab.h"
authorJoel Brobecker <brobecker@gnat.com>
Thu, 22 Mar 2007 13:35:05 +0000 (13:35 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Thu, 22 Mar 2007 13:35:05 +0000 (13:35 +0000)
gdb/ChangeLog
gdb/symfile.h

index 0fd313f..bcf8526 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-22  Joel Brobecker  <brobecker@adacore.com>
+
+       * symfile.h: #include "symtab.h"
+
 2007-03-22  Denis Pilat  <denis.pilat@st.com>
 
        * utils.c (pagination_on_command, pagination_off_command):
index befc0b4..2737191 100644 (file)
@@ -24,6 +24,7 @@
 #define SYMFILE_H
 
 /* This file requires that you first include "bfd.h".  */
+#include "symtab.h"
 
 /* Opaque declarations.  */
 struct section_table;