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] include string.h in intl/tst-codeset.c


2001-04-13  Jes Sorensen  <jes@linuxcare.com>

	* intl/tst-codeset.c: Include string.h to get prototype for
	strcmp().

--- intl/tst-codeset.c~	Wed Apr 11 19:17:50 2001
+++ intl/tst-codeset.c	Fri Apr 13 19:00:30 2001
@@ -21,6 +21,7 @@
 #include <locale.h>
 #include <stdio.h>
 #include <stdlib.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]