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 34d92e0..66a8ccb 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