diff options
author | Steve Chamberlain <steve@cygnus> | 1991-04-18 21:16:03 +0000 |
---|---|---|
committer | Steve Chamberlain <steve@cygnus> | 1991-04-18 21:16:03 +0000 |
commit | df33394f8f9357296f3340403f3629f6331a0fc0 (patch) | |
tree | 6e6627308fef06f2063731dce23e7707429381af /binutils | |
parent | bf661056496e59c17088b0905e65659bf3b73092 (diff) | |
download | gdb-df33394f8f9357296f3340403f3629f6331a0fc0.zip gdb-df33394f8f9357296f3340403f3629f6331a0fc0.tar.gz gdb-df33394f8f9357296f3340403f3629f6331a0fc0.tar.bz2 |
Fixed an include
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/i960-pinsn.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/i960-pinsn.c b/binutils/i960-pinsn.c index 1c7b719..7feb54b 100644 --- a/binutils/i960-pinsn.c +++ b/binutils/i960-pinsn.c @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* $Id$ $Log */ -#include <stdio.h> + #include "sysdep.h" #include "bfd.h" @@ -58,7 +58,7 @@ static void put_abs(); int print_insn_i960( memaddr, buffer, s ) bfd_vma memaddr; -uint8e_type *buffer; + uint8e_type *buffer; FILE *s; { unsigned int word1, word2; |