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 <stdio.h>
|
||||||
#include <libintl.h>
|
#include <libintl.h>
|
||||||
#ifdef _LIBC
|
#ifdef _LIBC
|
||||||
|
# include <stdbool.h>
|
||||||
|
# include <stdint.h>
|
||||||
# include <wchar.h>
|
# include <wchar.h>
|
||||||
# define mbsrtowcs __mbsrtowcs
|
# define mbsrtowcs __mbsrtowcs
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user