mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
tst-langinfo.c: Include <string.h> for strcmp prototype.
2000-07-28 Andreas Jaeger <aj@suse.de> * tst-langinfo.c: Include <string.h> for strcmp prototype.
This commit is contained in:
parent
00213fe406
commit
f1e0984603
@ -1,3 +1,7 @@
|
||||
2000-07-28 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* tst-langinfo.c: Include <string.h> for strcmp prototype.
|
||||
|
||||
2000-07-26 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* charmaps/BIG5: New file.
|
||||
|
@ -21,6 +21,7 @@
|
||||
#include <langinfo.h>
|
||||
#include <locale.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
struct map
|
||||
|
Loading…
Reference in New Issue
Block a user