Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
authorJohn Gilmore <gnu@cygnus>
Fri, 11 Oct 1991 11:38:10 +0000 (11:38 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 11 Oct 1991 11:38:10 +0000 (11:38 +0000)
ld/h8300hds.c

index 0f0be26254d04fac038c31e7a1d356e8910d99de..36ca6efce6d46b0b5516724e3cadb5fee9fd3487 100755 (executable)
@@ -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"