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 | |
parent | f280b985f2354e186e94b67baebbf6113c6217de (diff) | |
download | glibc-a29a3e1a80b99227187776cb3ee4a0b8bcf1086b.tar.gz |
Update.
* iconvdata/tst-table-to.c: Include string.h for strcmp prototype.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | iconvdata/tst-table-to.c | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2001-06-12 Andreas Jaeger <aj@suse.de> + * iconvdata/tst-table-to.c: Include string.h for strcmp prototype. + * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Add ULPs for tanh (-0.7). 2001-06-11 Andreas Jaeger <aj@suse.de> diff --git a/iconvdata/tst-table-to.c b/iconvdata/tst-table-to.c index 0a6ba8a8da..9f55ab85ea 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> |