| Index: opcodes/rl78-dis.c
|
| diff --git a/opcodes/rl78-dis.c b/opcodes/rl78-dis.c
|
| index 826235a7feb4c32d993575e8eaf9602d01ba4eaf..3c365adc82af0284ee784d3ff64b33a8c6874c7b 100644
|
| --- a/opcodes/rl78-dis.c
|
| +++ b/opcodes/rl78-dis.c
|
| @@ -1,5 +1,5 @@
|
| /* Disassembler code for Renesas RL78.
|
| - Copyright 2011 Free Software Foundation, Inc.
|
| + Copyright 2011, 2012 Free Software Foundation, Inc.
|
| Contributed by Red Hat.
|
| Written by DJ Delorie.
|
|
|
| @@ -20,6 +20,7 @@
|
| Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
| MA 02110-1301, USA. */
|
|
|
| +#include "sysdep.h"
|
| #include <stdio.h>
|
|
|
| #include "bfd.h"
|
|
|