]> sourceware.org Git - glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Tue, 12 Jun 2001 14:46:25 +0000 (14:46 +0000)
committerAndreas Jaeger <aj@suse.de>
Tue, 12 Jun 2001 14:46:25 +0000 (14:46 +0000)
* iconvdata/tst-table-to.c: Include string.h for strcmp prototype.

ChangeLog
iconvdata/tst-table-to.c

index 95cc883dd9d3a46453592a292a0463370a102227..040289fc49ce6a74fd450aa04eade87e067bfbfb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 0a6ba8a8da9a57a5e349ca47807d50ccd9adbf6e..9f55ab85eae8ac7913d5e05da6fef1d0bdb377b2 100644 (file)
@@ -24,6 +24,7 @@
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <iconv.h>
 #include <errno.h>
 
This page took 0.052538 seconds and 5 git commands to generate.