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.
This commit is contained in:
parent
8642bc8fb0
commit
d7a283d444
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
||||
2002-01-27 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* configure: Regenerated.
|
||||
|
@ -20,9 +20,9 @@ along with this program; if not, write to the Free Software
|
||||
Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "bfd.h"
|
||||
#include "getopt.h"
|
||||
#include "progress.h"
|
||||
#include "bucomm.h"
|
||||
#include "getopt.h"
|
||||
#include "safe-ctype.h"
|
||||
#include "dis-asm.h"
|
||||
#include "libiberty.h"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user