Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 13 Apr 2001 22:42:45 +0000 (22:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 13 Apr 2001 22:42:45 +0000 (22:42 +0000)
* intl/tst-codeset.c: Include string.h to get prototype for strcmp().

2001-04-13  Jes Sorensen  <jes@linuxcare.com>

ChangeLog
intl/tst-codeset.c

index 0ac34ed..2209cb7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-04-13  Jes Sorensen  <jes@linuxcare.com>
 
+       * intl/tst-codeset.c: Include string.h to get prototype for strcmp().
+
+2001-04-13  Jes Sorensen  <jes@linuxcare.com>
+
        * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add __pad0 to
        explicitly pad struct siginfo instead of relying on compiler padding.
 
index 9bdcd39..8ed8ed5 100644 (file)
@@ -21,6 +21,7 @@
 #include <locale.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 int
 main (void)