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 /ChangeLog | |
parent | de2cc8095bf7fa4202d0d4c038c8be61dc60fd41 (diff) | |
download | glibc-2c5c07f5fc27dab969c1bd885981d095580e53cd.tar.gz glibc-2c5c07f5fc27dab969c1bd885981d095580e53cd.tar.xz glibc-2c5c07f5fc27dab969c1bd885981d095580e53cd.zip |
Add missing declarations.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 6562469777..8039e4bc49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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> |