| Index: opcodes/vax-dis.c
|
| diff --git a/opcodes/vax-dis.c b/opcodes/vax-dis.c
|
| index a119f0540f5dd10d708ffed0dc3b40edcb69c6df..818b41aae85696d44697cd3d15e1d8ed472e0cca 100644
|
| --- a/opcodes/vax-dis.c
|
| +++ b/opcodes/vax-dis.c
|
| @@ -1,5 +1,5 @@
|
| /* Print VAX instructions.
|
| - Copyright 1995, 1998, 2000, 2001, 2002, 2005, 2007, 2009
|
| + Copyright 1995, 1998, 2000, 2001, 2002, 2005, 2007, 2009, 2012
|
| Free Software Foundation, Inc.
|
| Contributed by Pauline Middelink <middelin@polyware.iaf.nl>
|
|
|
| @@ -20,9 +20,9 @@
|
| Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
|
| MA 02110-1301, USA. */
|
|
|
| +#include "sysdep.h"
|
| #include <setjmp.h>
|
| #include <string.h>
|
| -#include "sysdep.h"
|
| #include "opcode/vax.h"
|
| #include "dis-asm.h"
|
|
|
|
|