]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>
authorRoland McGrath <roland@gnu.org>
Thu, 28 Jul 2005 21:42:37 +0000 (21:42 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 28 Jul 2005 21:42:37 +0000 (21:42 +0000)
* misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.

misc/error.c

index 34d92e0f861030b65b7f3e9d675e86bbecc77086..66a8ccb5016aadae4f632634116d6cdd62a35956 100644 (file)
@@ -26,6 +26,8 @@
 #include <stdio.h>
 #include <libintl.h>
 #ifdef _LIBC
+# include <stdbool.h>
+# include <stdint.h>
 # include <wchar.h>
 # define mbsrtowcs __mbsrtowcs
 #endif