From: Roland McGrath Date: Mon, 9 Aug 2004 19:47:44 +0000 (+0000) Subject: 2004-08-09 Roland McGrath X-Git-Tag: cvs/fedora-base~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2d4c706b030c8999a7f2cd76d844386cc4721ae;p=thirdparty%2Fglibc.git 2004-08-09 Roland McGrath * time/strptime_l.c: #include , `bool' used in last change. --- diff --git a/time/strptime_l.c b/time/strptime_l.c index 9eb81813134..df98099f0a4 100644 --- a/time/strptime_l.c +++ b/time/strptime_l.c @@ -26,6 +26,7 @@ #include #include #include +#include #ifdef _LIBC # include "../locale/localeinfo.h"