summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-08-02 03:31:09 +0000
committerRoland McGrath <roland@gnu.org>2005-08-02 03:31:09 +0000
commite71fb08c1e87e814e6fd57a9ba1a5cdc8eede819 (patch)
treee41eb8fe4ecf659193bc8852124e46c70f362470 /misc
parent8f96eb0e55b6367dbd7e8947cab92929f23d145f (diff)
2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>
[BZ #1137] * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
Diffstat (limited to 'misc')
-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