* 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 0fd313f05f295ffbc7f6e388ef00c3081f0ae656..bcf8526348cc934f3a183d099060d53fae18857c 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 befc0b48ad8795aee7c064b5e4a72c3462b5b46a..27371918baa4935b219dc7ba7d48c409ee5c71e2 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;