diff options
Diffstat (limited to 'opcodes/i860-dis.c')
-rw-r--r-- | opcodes/i860-dis.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/i860-dis.c b/opcodes/i860-dis.c index 65b74af..e772641 100644 --- a/opcodes/i860-dis.c +++ b/opcodes/i860-dis.c @@ -1,5 +1,5 @@ /* Disassembler for the i860. - Copyright 2000, 2003, 2005, 2007 Free Software Foundation, Inc. + Copyright 2000, 2003, 2005, 2007, 2012 Free Software Foundation, Inc. Contributed by Jason Eckhardt <jle@cygnus.com>. @@ -20,6 +20,7 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ +#include "sysdep.h" #include "dis-asm.h" #include "opcode/i860.h" |