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 | d6386503d2f48bbe42e595b568dc8a6ddcfdd18c (patch) | |
tree | 3a46469e46a6dd00e8f76fa3d613056ca35325d5 /opcodes/tic54x-dis.c | |
parent | 4690202707aa4e626e58093aca99037f6a6f6b9e (diff) | |
download | gdb-d6386503d2f48bbe42e595b568dc8a6ddcfdd18c.tar.gz |
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 9b3e3663111..e2c0b208dd3 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" |