This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

patch: intl/tst-translit.c


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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]