]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
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 0ac34ed696783e0590011538e431bbe34c5bf01f..2209cb784e7dba75b249154f14aef56fdad97a73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index 9bdcd39cc994ceab1a790bc84881b221f4beb72f..8ed8ed57c9626ccc925b2a6ae4d9ef3f05fbf186 100644 (file)
@@ -21,6 +21,7 @@
 #include <locale.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 int
 main (void)