summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2009-10-30 07:15:12 -0700
committerUlrich Drepper <drepper@redhat.com>2009-10-30 07:15:12 -0700
commit2c5c07f5fc27dab969c1bd885981d095580e53cd (patch)
treee1c8639492d0a6584e2445060da5e315f3e0f0a9
parentde2cc8095bf7fa4202d0d4c038c8be61dc60fd41 (diff)
Add missing declarations.
-rw-r--r--ChangeLog3
-rw-r--r--locale/programs/locale-spec.c2
2 files changed, 5 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>
diff --git a/locale/programs/locale-spec.c b/locale/programs/locale-spec.c
index 63a7a32e05..43df46bb38 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>