* coffdump.c: Include bfd_stdint.h
authorAlan Modra <amodra@gmail.com>
Tue, 29 Mar 2011 02:06:53 +0000 (02:06 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 29 Mar 2011 02:06:53 +0000 (02:06 +0000)
binutils/ChangeLog
binutils/coffdump.c

index 19dc51ef21b66e7825d54c0f1f8c8d5dfbe6041f..e6a682ee8b287e18f1bf6ce149254e37c95cdf77 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-29  Alan Modra  <amodra@gmail.com>
+
+       * coffdump.c: Include bfd_stdint.h
+
 2011-03-28  Pierre Muller  <muller@ics.u-strasbg.fr>
 
        * coffdump.c (coff_dump): Correct spelling error.
index 9597a82dbb8275c39acf0b35fcd1f37d984ffe42..428f598bc68d374b05870fc38802fadc61c7ec1e 100644 (file)
@@ -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"
 
This page took 0.029811 seconds and 4 git commands to generate.