diff options
Diffstat (limited to 'opcodes/w65-dis.c')
-rw-r--r-- | opcodes/w65-dis.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/opcodes/w65-dis.c b/opcodes/w65-dis.c index 60d9b04..943e432 100644 --- a/opcodes/w65-dis.c +++ b/opcodes/w65-dis.c @@ -1,5 +1,5 @@ /* Disassemble WDC 65816 instructions. - Copyright 1995, 1998, 2000, 2001, 2002, 2005, 2007 + Copyright 1995, 1998, 2000, 2001, 2002, 2005, 2007, 2012 Free Software Foundation, Inc. This file is part of the GNU opcodes library. @@ -19,8 +19,9 @@ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <stdio.h> #include "sysdep.h" +#include <stdio.h> + #define STATIC_TABLE #define DEFINE_TABLE |