Skip to content

Commit

Permalink
Add missing declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Schwab authored and Ulrich Drepper committed Oct 30, 2009
1 parent de2cc80 commit 2c5c07f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
2 changes: 2 additions & 0 deletions locale/programs/locale-spec.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
# include <config.h>
#endif

#include <error.h>
#include <libintl.h>
#include <stdio.h>
#include <string.h>
#include <wchar.h>
Expand Down

0 comments on commit 2c5c07f

Please sign in to comment.