From f22efddabd28a615074635cfdb2400c71daf6c0b Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sat, 10 Nov 2001 15:53:31 +0000 Subject: * binary.c: Include safe-ctype.h after bfd.h and sysdep.h. --- bfd/binary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bfd/binary.c') diff --git a/bfd/binary.c b/bfd/binary.c index 6ef626c78d..7b66f30901 100644 --- a/bfd/binary.c +++ b/bfd/binary.c @@ -32,9 +32,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ the file. objcopy cooperates by specially setting the start address to zero by default. */ -#include "safe-ctype.h" #include "bfd.h" #include "sysdep.h" +#include "safe-ctype.h" #include "libbfd.h" /* Any bfd we create by reading a binary file has three symbols: -- cgit v1.2.1