From: Alan Modra Date: Tue, 29 Mar 2011 02:06:53 +0000 (+0000) Subject: * coffdump.c: Include bfd_stdint.h X-Git-Tag: cgen-snapshot-20110401~53 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9382dad2ae0113981f7b1a27145d6d790b492b55;p=external%2Fbinutils.git * coffdump.c: Include bfd_stdint.h --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 19dc51e..e6a682e 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2011-03-29 Alan Modra + + * coffdump.c: Include bfd_stdint.h + 2011-03-28 Pierre Muller * coffdump.c (coff_dump): Correct spelling error. diff --git a/binutils/coffdump.c b/binutils/coffdump.c index 9597a82..428f598 100644 --- a/binutils/coffdump.c +++ b/binutils/coffdump.c @@ -1,6 +1,6 @@ /* Coff file dumper. - Copyright 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007 - Free Software Foundation, Inc. + Copyright 1994, 1995, 1998, 1999, 2000, 2001, 2002, 2003, 2005, 2007, + 2011 Free Software Foundation, Inc. This file is part of GNU Binutils. @@ -27,6 +27,7 @@ #include "sysdep.h" #include "bfd.h" +#include "bfd_stdint.h" #include "libiberty.h" #include "bucomm.h"