Add missing declarations.
authorAndreas Schwab <schwab@redhat.com>
Fri, 30 Oct 2009 14:15:12 +0000 (07:15 -0700)
committerUlrich Drepper <drepper@redhat.com>
Fri, 30 Oct 2009 14:15:12 +0000 (07:15 -0700)
ChangeLog
locale/programs/locale-spec.c

index 6562469..8039e4b 100644 (file)
--- 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>
index 63a7a32..43df46b 100644 (file)
@@ -21,6 +21,8 @@
 # include <config.h>
 #endif
 
+#include <error.h>
+#include <libintl.h>
 #include <stdio.h>
 #include <string.h>
 #include <wchar.h>