aboutsummaryrefslogtreecommitdiff
path: root/binutils/size.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-01-29 16:46:37 +0000
committerDaniel Jacobowitz <drow@false.org>2002-01-29 16:46:37 +0000
commitd7a283d444d6faf704eb22274a6a642b701f3c78 (patch)
treef496e1bce7d0d34170c3fdb1b700ba7070b83bae /binutils/size.c
parent8642bc8fb08206d3f35991bb67081f7c2fd39c47 (diff)
downloadfsf-binutils-gdb-d7a283d444d6faf704eb22274a6a642b701f3c78.zip
fsf-binutils-gdb-d7a283d444d6faf704eb22274a6a642b701f3c78.tar.gz
fsf-binutils-gdb-d7a283d444d6faf704eb22274a6a642b701f3c78.tar.bz2
2002-01-29 Daniel Jacobowitz <drow@mvista.com>
* objdump.c: Include "getopt.h" after "bucomm.h" so that __GNU_LIBRARY__ will be defined. * size.c: Likewise.
Diffstat (limited to 'binutils/size.c')
-rw-r--r--binutils/size.c2
1 files changed, 1 insertions, 1 deletions
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