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:
Roland McGrath 2004-08-09 19:47:44 +00:00
parent fe6cc2ae09
commit f2d4c706b0

View File

@ -26,6 +26,7 @@
#include <limits.h>
#include <string.h>
#include <time.h>
#include <stdbool.h>
#ifdef _LIBC
# include "../locale/localeinfo.h"