2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>

* misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
This commit is contained in:
Roland McGrath 2005-07-28 21:42:37 +00:00
parent 1cd4f3c78b
commit ce14a81458
1 changed files with 2 additions and 0 deletions

View 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