* symfile.h: #include "symtab.h"

This commit is contained in:
Joel Brobecker 2007-03-22 13:35:05 +00:00
parent 0fe514e3a0
commit 16708cba7c
2 changed files with 5 additions and 0 deletions

View 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):

View 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;