diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-27 22:18:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-27 22:18:43 +0000 |
commit | e4a0c4688d27be66328b7a709e47d1446d8d3543 (patch) | |
tree | bf9dbbb0734add177743d438e3085ea6adb11f8b /intl/tst-translit.c | |
parent | 37d33038d0986abffa6a14895ba7ae36413c7868 (diff) |
Update.
* intl/tst-translit.c: Include string.h to get prototype for
strcmp().
2000-07-27 Jes Sorensen <jes@linuxcare.com>
Diffstat (limited to 'intl/tst-translit.c')
-rw-r--r-- | intl/tst-translit.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |