diff options
Diffstat (limited to 'bfd/aout-sparcle.c')
-rw-r--r-- | bfd/aout-sparcle.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/aout-sparcle.c b/bfd/aout-sparcle.c index afcc342..e050423 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" |