patch: intl/tst-translit.c
Jes Sorensen
jes@linuxcare.com
Thu Jul 27 15:05:00 GMT 2000
Hi
Small patch to kill a warning for the prototype for strcmp().
Jes
2000-07-27 Jes Sorensen <jes@linuxcare.com>
* intl/tst-translit.c: Include string.h to get prototype for
strcmp().
--- intl/tst-translit.c~ Wed Jul 26 15:27:47 2000
+++ intl/tst-translit.c Thu Jul 27 23:58:58 2000
@@ -21,6 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
+#include <string.h>
int
main (void)
More information about the Libc-hacker
mailing list