diff options
author | Alan Modra <amodra@gmail.com> | 2011-03-29 02:06:53 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-03-29 02:06:53 +0000 |
commit | 9382dad2ae0113981f7b1a27145d6d790b492b55 (patch) | |
tree | 5f056097a16eef07881cdcffc0045bac3f29eb1a /binutils/coffdump.c | |
parent | 4c06dfcd2d5907cd7bbd47ac3601df90af7e7bd9 (diff) | |
download | ppe42-binutils-9382dad2ae0113981f7b1a27145d6d790b492b55.tar.gz ppe42-binutils-9382dad2ae0113981f7b1a27145d6d790b492b55.zip |
* coffdump.c: Include bfd_stdint.h
Diffstat (limited to 'binutils/coffdump.c')
-rw-r--r-- | binutils/coffdump.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/binutils/coffdump.c b/binutils/coffdump.c index 9597a82dbb..428f598bc6 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" |