mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
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:
parent
1cd4f3c78b
commit
ce14a81458
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user