mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Add missing declarations.
This commit is contained in:
parent
de2cc8095b
commit
2c5c07f5fc
@ -1,5 +1,8 @@
|
||||
2009-10-30 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* locale/programs/locale-spec.c: Include <error.h> and
|
||||
<libintl.h>.
|
||||
|
||||
* sysdeps/unix/sysv/linux/readlinkat.c: Fix last change.
|
||||
|
||||
2009-10-28 Roland McGrath <roland@redhat.com>
|
||||
|
@ -21,6 +21,8 @@
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <error.h>
|
||||
#include <libintl.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
|
Loading…
Reference in New Issue
Block a user