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-dis.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-dis.c')
-rw-r--r-- | opcodes/tic54x-dis.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/opcodes/tic54x-dis.c b/opcodes/tic54x-dis.c index 9b3e366..e2c0b20 100644 --- a/opcodes/tic54x-dis.c +++ b/opcodes/tic54x-dis.c @@ -20,7 +20,7 @@ #include <errno.h> #include <math.h> #include <stdlib.h> -#include <string.h> +#include "sysdep.h" #include "dis-asm.h" #include "opcode/tic54x.h" #include "coff/tic54x.h" |