* iconvdata/tst-table-to.c: Include string.h for strcmp prototype.
This commit is contained in:
Andreas Jaeger 2001-06-12 14:46:25 +00:00
parent f280b985f2
commit a29a3e1a80
2 changed files with 3 additions and 0 deletions

View File

@ -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>

View File

@ -24,6 +24,7 @@
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <iconv.h>
#include <errno.h>