diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | intl/tst-translit.c | 1 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2000-07-27 Jes Sorensen <jes@linuxcare.com> + * intl/tst-translit.c: Include string.h to get prototype for + strcmp(). + +2000-07-27 Jes Sorensen <jes@linuxcare.com> + * sysdeps/unix/sysv/linux/ia64/fork.c: Make __libc_fork the strong name and add weak alias for __fork. diff --git a/intl/tst-translit.c b/intl/tst-translit.c index 79085dfeb0..f12d99bc96 100644 --- a/intl/tst-translit.c +++ b/intl/tst-translit.c @@ -20,6 +20,7 @@ #include <libintl.h> #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> int |