diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-08-04 01:35:35 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-08-04 01:35:35 +0000 |
commit | 05e9e18869d9e0741b1233e0f79dfd5cdfc3a947 (patch) | |
tree | 8fe895d64250316eb3b39232c85b1e21863d1341 /gdb/config | |
parent | ad6feb08470460fe3a51e64f0038e491dd299bec (diff) | |
download | gdb-05e9e18869d9e0741b1233e0f79dfd5cdfc3a947.zip gdb-05e9e18869d9e0741b1233e0f79dfd5cdfc3a947.tar.gz gdb-05e9e18869d9e0741b1233e0f79dfd5cdfc3a947.tar.bz2 |
* config/mips/tm-mips.h: Include bfd.h before coff/sym.h.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 9ab884d..d414e57 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -19,6 +19,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include <bfd.h> #include "coff/sym.h" /* Needed for PDR below. */ #include "coff/symconst.h" |