]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>
authorRoland McGrath <roland@gnu.org>
Tue, 2 Aug 2005 03:31:09 +0000 (03:31 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 2 Aug 2005 03:31:09 +0000 (03:31 +0000)
[BZ #1137]
* misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.

misc/error.c

index b608913faed8fb4a65f52ee92ad9773b1ade8130..e7819de54aebeed670318f1629b885aea4a7a82b 100644 (file)
@@ -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