diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/sysdep.h | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9cfa98d..49b17b1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2007-04-25 Alan Modra <amodra@bigpond.net.au> + + * sysdep.h: Revert last change. + 2007-04-24 Nick Clifton <nickc@redhat.com> * coffcode.h (coff_slurp_reloc_table): Initialise dst.r_offset. diff --git a/bfd/sysdep.h b/bfd/sysdep.h index cc7743b..f6313d3 100644 --- a/bfd/sysdep.h +++ b/bfd/sysdep.h @@ -22,6 +22,8 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. #ifndef BFD_SYSDEP_H #define BFD_SYSDEP_H +#include "ansidecl.h" + #include "config.h" #ifdef HAVE_STDDEF_H |