summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-07-28 21:42:37 +0000
committerRoland McGrath <roland@gnu.org>2005-07-28 21:42:37 +0000
commitce14a81458151a387c64dae8514639a2370444b7 (patch)
treeb95e07138e58740bddd9826435cd2c60f81520d6
parent1cd4f3c78b9de0e370c02ffb28bc1eb155f1dbcc (diff)
2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>
* misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
-rw-r--r--misc/error.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/error.c b/misc/error.c
index 34d92e0f86..66a8ccb501 100644
--- a/misc/error.c
+++ b/misc/error.c
@@ -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