Add missing declarations.

This commit is contained in:
Andreas Schwab 2009-10-30 07:15:12 -07:00 committed by Ulrich Drepper
parent de2cc8095b
commit 2c5c07f5fc
2 changed files with 5 additions and 0 deletions

View File

@ -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>

View File

@ -21,6 +21,8 @@
# include <config.h>
#endif
#include <error.h>
#include <libintl.h>
#include <stdio.h>
#include <string.h>
#include <wchar.h>