| Index: bfd/aout-sparcle.c
|
| diff --git a/bfd/aout-sparcle.c b/bfd/aout-sparcle.c
|
| index afcc3421121b4e8d4d5def2f37e98d42fae7bb13..e050423300968ee3df4b4b7c8ac17b02f02ab69a 100644
|
| --- a/bfd/aout-sparcle.c
|
| +++ b/bfd/aout-sparcle.c
|
| @@ -1,5 +1,5 @@
|
| /* BFD backend for sparc little-endian aout binaries.
|
| - Copyright 1996, 2001, 2005, 2007 Free Software Foundation, Inc.
|
| + Copyright 1996, 2001, 2005, 2007, 2012 Free Software Foundation, Inc.
|
| Written by Cygnus Support.
|
|
|
| This file is part of BFD, the Binary File Descriptor library.
|
| @@ -25,6 +25,7 @@
|
| the tokens. */
|
| #define MY(OP) CONCAT2 (sparcle_aout_,OP)
|
|
|
| +#include "sysdep.h"
|
| #include "bfd.h"
|
| #include "bfdlink.h"
|
| #include "libaout.h"
|
|
|