diff options
author | John Gilmore <gnu@cygnus> | 1991-10-11 11:22:05 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-11 11:22:05 +0000 |
commit | 2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf (patch) | |
tree | a302fb0937843d5943c445b3f92318c40e0d30bf /binutils/strip.c | |
parent | 1b78540a998448aae14f21a9c7922d0b5ade161a (diff) | |
download | gdb-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.zip gdb-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.tar.gz gdb-2a5f387b08e8dbd8ca5d0205b5b337abb7d5c9cf.tar.bz2 |
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
Diffstat (limited to 'binutils/strip.c')
-rwxr-xr-x | binutils/strip.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/binutils/strip.c b/binutils/strip.c index 6dd2eab..79dfc2b 100755 --- a/binutils/strip.c +++ b/binutils/strip.c @@ -18,13 +18,9 @@ /* BUGS: When there's not enough memory, this should do the copy in pieces rather than just fail as it does now */ -#include "sysdep.h" #include "bfd.h" - +#include "sysdep.h" #include "getopt.h" - - - #include <signal.h> /* Various program options */ |