aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-11 11:38:10 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-11 11:38:10 +0000
commitd2da7464de61d1f0cca377c6b7f11bd6b916c23b (patch)
treeb3047b240f0ebfd1d0033a171b97e81fce0f9957
parent683819e163ec5d236ca03c7af784c934300a3984 (diff)
downloadgdb-d2da7464de61d1f0cca377c6b7f11bd6b916c23b.zip
gdb-d2da7464de61d1f0cca377c6b7f11bd6b916c23b.tar.gz
gdb-d2da7464de61d1f0cca377c6b7f11bd6b916c23b.tar.bz2
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
-rwxr-xr-xld/h8300hds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/h8300hds.c b/ld/h8300hds.c
index 0f0be26..36ca6ef 100755
--- a/ld/h8300hds.c
+++ b/ld/h8300hds.c
@@ -23,8 +23,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the Hitach H8/300 with IEEE records.
*/
-#include "sysdep.h"
#include "bfd.h"
+#include "sysdep.h"
#include "ld.h"
#include "config.h"