diff options
author | Roland McGrath <roland@gnu.org> | 2005-07-28 21:42:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-07-28 21:42:37 +0000 |
commit | ce14a81458151a387c64dae8514639a2370444b7 (patch) | |
tree | b95e07138e58740bddd9826435cd2c60f81520d6 /misc | |
parent | 1cd4f3c78b9de0e370c02ffb28bc1eb155f1dbcc (diff) | |
download | glibc-ce14a81458151a387c64dae8514639a2370444b7.tar.gz glibc-ce14a81458151a387c64dae8514639a2370444b7.tar.xz glibc-ce14a81458151a387c64dae8514639a2370444b7.zip |
2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>
* misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/error.c | 2 |
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 |