From d7a283d444d6faf704eb22274a6a642b701f3c78 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Tue, 29 Jan 2002 16:46:37 +0000 Subject: 2002-01-29 Daniel Jacobowitz * objdump.c: Include "getopt.h" after "bucomm.h" so that __GNU_LIBRARY__ will be defined. * size.c: Likewise. --- binutils/size.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/size.c') diff --git a/binutils/size.c b/binutils/size.c index 3293e44..3da7520 100644 --- a/binutils/size.c +++ b/binutils/size.c @@ -29,9 +29,9 @@ out of luck; there's no --compatibility or --pedantic option. */ #include "bfd.h" -#include "getopt.h" #include "bucomm.h" #include "libiberty.h" +#include "getopt.h" #ifndef BSD_DEFAULT #define BSD_DEFAULT 1 -- cgit v1.1