From: John Gilmore Date: Fri, 11 Oct 1991 11:38:10 +0000 (+0000) Subject: Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d2da7464de61d1f0cca377c6b7f11bd6b916c23b;p=binutils-gdb.git Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. --- diff --git a/ld/h8300hds.c b/ld/h8300hds.c index 0f0be26254d..36ca6efce6d 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"