mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
2004-08-09 Roland McGrath <roland@redhat.com>
* time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.
This commit is contained in:
parent
fe6cc2ae09
commit
f2d4c706b0
@ -26,6 +26,7 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
#include <stdbool.h>
|
||||||
|
|
||||||
#ifdef _LIBC
|
#ifdef _LIBC
|
||||||
# include "../locale/localeinfo.h"
|
# include "../locale/localeinfo.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user