From e4a0c4688d27be66328b7a709e47d1446d8d3543 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 27 Jul 2000 22:18:43 +0000 Subject: [PATCH] Update. * intl/tst-translit.c: Include string.h to get prototype for strcmp(). 2000-07-27 Jes Sorensen --- ChangeLog | 5 +++++ intl/tst-translit.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ee9dde4fed..f0ad60f9c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-07-27 Jes Sorensen + + * intl/tst-translit.c: Include string.h to get prototype for + strcmp(). + 2000-07-27 Jes Sorensen * sysdeps/unix/sysv/linux/ia64/fork.c: Make __libc_fork the strong 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 #include #include +#include #include int -- 2.43.5