diff options
Diffstat (limited to 'bfd/aout-cris.c')
-rw-r--r-- | bfd/aout-cris.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/aout-cris.c b/bfd/aout-cris.c index f1f3060..3e3d21a 100644 --- a/bfd/aout-cris.c +++ b/bfd/aout-cris.c @@ -1,5 +1,5 @@ /* BFD backend for CRIS a.out binaries. - Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009 + Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2009, 2012 Free Software Foundation, Inc. Contributed by Axis Communications AB. Written by Hans-Peter Nilsson. @@ -66,6 +66,7 @@ #define MY(OP) CONCAT2 (cris_aout_,OP) #define NAME(x, y) CONCAT3 (cris_aout,_32_,y) +#include "sysdep.h" #include "bfd.h" /* Version 1 of the header. */ |