diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0fd313f05f..bcf8526348 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2007-03-22 Joel Brobecker + + * symfile.h: #include "symtab.h" + 2007-03-22 Denis Pilat * utils.c (pagination_on_command, pagination_off_command): diff --git a/gdb/symfile.h b/gdb/symfile.h index befc0b48ad..27371918ba 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;