diff options
author | Nick Clifton <nickc@redhat.com> | 2000-05-30 18:35:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-05-30 18:35:35 +0000 |
commit | c1485d85e0bae60bf321baa007dd44bcc56b534b (patch) | |
tree | 05fb4d47e213be2861b124b1278ec24911e36fef /opcodes/tic54x-opc.c | |
parent | c1a72ffdd6aecb2880a7ea3a00234fd48142074c (diff) | |
download | gdb-c1485d85e0bae60bf321baa007dd44bcc56b534b.zip gdb-c1485d85e0bae60bf321baa007dd44bcc56b534b.tar.gz gdb-c1485d85e0bae60bf321baa007dd44bcc56b534b.tar.bz2 |
Replace defines with those from intl/libgettext.h to quieten gcc warnings.
Diffstat (limited to 'opcodes/tic54x-opc.c')
-rw-r--r-- | opcodes/tic54x-opc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/opcodes/tic54x-opc.c b/opcodes/tic54x-opc.c index 63f55a7..adf4b7e 100644 --- a/opcodes/tic54x-opc.c +++ b/opcodes/tic54x-opc.c @@ -17,8 +17,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include <stdio.h> -#include "ansidecl.h" +#include "sysdep.h" #include "opcode/tic54x.h" /* these are the only register names not found in mmregs */ |