aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-08-04 01:35:35 +0000
committerIan Lance Taylor <ian@airs.com>1993-08-04 01:35:35 +0000
commit05e9e18869d9e0741b1233e0f79dfd5cdfc3a947 (patch)
tree8fe895d64250316eb3b39232c85b1e21863d1341 /gdb/config
parentad6feb08470460fe3a51e64f0038e491dd299bec (diff)
downloadgdb-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.h1
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"