From f177a611f1cf28a94a906e4338e49688b5e21fc1 Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 11 Oct 1991 11:28:27 +0000 Subject: Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. --- ld/ldgld960.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/ldgld960.c') diff --git a/ld/ldgld960.c b/ld/ldgld960.c index bdb1c7b..f3a3b0c 100755 --- a/ld/ldgld960.c +++ b/ld/ldgld960.c @@ -25,8 +25,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ */ -#include "sysdep.h" #include "bfd.h" +#include "sysdep.h" #include "ld.h" -- cgit v1.1