mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 12:03:41 +08:00
* coffdump.c: Include bfd_stdint.h
This commit is contained in:
parent
4c06dfcd2d
commit
9382dad2ae
@ -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.
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user