diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-10-30 07:15:12 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-10-30 07:15:12 -0700 |
commit | 2c5c07f5fc27dab969c1bd885981d095580e53cd (patch) | |
tree | e1c8639492d0a6584e2445060da5e315f3e0f0a9 | |
parent | de2cc8095bf7fa4202d0d4c038c8be61dc60fd41 (diff) | |
download | glibc-2c5c07f5fc27dab969c1bd885981d095580e53cd.zip glibc-2c5c07f5fc27dab969c1bd885981d095580e53cd.tar.gz glibc-2c5c07f5fc27dab969c1bd885981d095580e53cd.tar.bz2 |
Add missing declarations.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | locale/programs/locale-spec.c | 2 |
2 files changed, 5 insertions, 0 deletions
@@ -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> diff --git a/locale/programs/locale-spec.c b/locale/programs/locale-spec.c index 63a7a32..43df46b 100644 --- a/locale/programs/locale-spec.c +++ b/locale/programs/locale-spec.c @@ -21,6 +21,8 @@ # include <config.h> #endif +#include <error.h> +#include <libintl.h> #include <stdio.h> #include <string.h> #include <wchar.h> |