| Index: opcodes/z8kgen.c
|
| diff --git a/opcodes/z8kgen.c b/opcodes/z8kgen.c
|
| index ecb56b7eea49e9c18facb802774f104fdc608a76..8f22efda342bcfdb097f41ffc6efbf3ff2466527 100644
|
| --- a/opcodes/z8kgen.c
|
| +++ b/opcodes/z8kgen.c
|
| @@ -1,4 +1,5 @@
|
| -/* Copyright 2001, 2002, 2003, 2005, 2007, 2009 Free Software Foundation, Inc.
|
| +/* Copyright 2001, 2002, 2003, 2005, 2007, 2009, 2012
|
| + Free Software Foundation, Inc.
|
|
|
| This file is part of the GNU opcodes library.
|
|
|
| @@ -19,8 +20,8 @@
|
|
|
| /* This program generates z8k-opc.h. */
|
|
|
| -#include <stdio.h>
|
| #include "sysdep.h"
|
| +#include <stdio.h>
|
| #include "libiberty.h"
|
|
|
| #define BYTE_INFO_LEN 10
|
|
|