]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2004-08-09 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Mon, 9 Aug 2004 19:47:44 +0000 (19:47 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 9 Aug 2004 19:47:44 +0000 (19:47 +0000)
* time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.

time/strptime_l.c

index 9eb81813134b3f126ee588322bb317e334c552d4..df98099f0a45eb991db8cec86172147370d43ee7 100644 (file)
@@ -26,6 +26,7 @@
 #include <limits.h>
 #include <string.h>
 #include <time.h>
+#include <stdbool.h>
 
 #ifdef _LIBC
 # include "../locale/localeinfo.h"