diff options
author | Andreas Jaeger <aj@suse.de> | 2001-06-12 14:46:25 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-06-12 14:46:25 +0000 |
commit | a29a3e1a80b99227187776cb3ee4a0b8bcf1086b (patch) | |
tree | 905ab48a67dfc4f92be7e55e5f0fde7b0d1bb9a4 /iconvdata | |
parent | f280b985f2354e186e94b67baebbf6113c6217de (diff) | |
download | glibc-a29a3e1a80b99227187776cb3ee4a0b8bcf1086b.zip glibc-a29a3e1a80b99227187776cb3ee4a0b8bcf1086b.tar.gz glibc-a29a3e1a80b99227187776cb3ee4a0b8bcf1086b.tar.bz2 |
Update.
* iconvdata/tst-table-to.c: Include string.h for strcmp prototype.
Diffstat (limited to 'iconvdata')
-rw-r--r-- | iconvdata/tst-table-to.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iconvdata/tst-table-to.c b/iconvdata/tst-table-to.c index 0a6ba8a..9f55ab8 100644 --- a/iconvdata/tst-table-to.c +++ b/iconvdata/tst-table-to.c @@ -24,6 +24,7 @@ #include <stddef.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <iconv.h> #include <errno.h> |