diff options
Diffstat (limited to 'opcodes/tic30-dis.c')
-rw-r--r-- | opcodes/tic30-dis.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/opcodes/tic30-dis.c b/opcodes/tic30-dis.c index 1051457..5ccf893 100644 --- a/opcodes/tic30-dis.c +++ b/opcodes/tic30-dis.c @@ -1,5 +1,5 @@ /* Disassembly routines for TMS320C30 architecture - Copyright (C) 1998 Free Software Foundation, Inc. + Copyright (C) 1998, 1999 Free Software Foundation, Inc. Contributed by Steven Haworth (steve@pm.cse.rmit.edu.au) This program is free software; you can redistribute it and/or modify @@ -19,8 +19,7 @@ #include <errno.h> #include <math.h> -#include <stdlib.h> -#include <string.h> +#include "sysdep.h" #include "dis-asm.h" #include "opcode/tic30.h" |