summaryrefslogtreecommitdiff
path: root/misc/error.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-10-17 03:01:15 +0000
committerRoland McGrath <roland@gnu.org>2005-10-17 03:01:15 +0000
commite3c4f39156d153c398bb6dc1b0693f22d3aa9227 (patch)
tree04f97c93bae05fa25af8a43e77e232b41a2d90dc /misc/error.c
parent60c260509458218bf5bf5d73a6a2582bc0e1f2d1 (diff)
Updated to fedora-glibc-2_3-20051017T0259
Diffstat (limited to 'misc/error.c')
-rw-r--r--misc/error.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/error.c b/misc/error.c
index b608913fae..e7819de54a 100644
--- a/misc/error.c
+++ b/misc/error.c
@@ -1,5 +1,5 @@
/* Error handler for noninteractive utilities
- Copyright (C) 1990-1998, 2000-2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1990-1998,2000-2003,2004,2005 Free Software Foundation, Inc.
This file is part of the GNU C Library. Its master source is NOT part of
the C library, however. The master source lives in /gd/gnu/lib.
@@ -27,6 +27,8 @@
#include <stdio.h>
#include <libintl.h>
#ifdef _LIBC
+# include <stdbool.h>
+# include <stdint.h>
# include <wchar.h>
# define mbsrtowcs __mbsrtowcs
#endif