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

2001-04-13  Jes Sorensen  <jes@linuxcare.com>
This commit is contained in:
Ulrich Drepper 2001-04-13 22:42:45 +00:00
parent acc8ad639f
commit 355561ef14
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-04-13 Jes Sorensen <jes@linuxcare.com>
* intl/tst-codeset.c: Include string.h to get prototype for strcmp().
2001-04-13 Jes Sorensen <jes@linuxcare.com>
* sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add __pad0 to

View File

@ -21,6 +21,7 @@
#include <locale.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int
main (void)