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 9eb8181..df98099 100644 (file)
@@ -26,6 +26,7 @@
 #include <limits.h>
 #include <string.h>
 #include <time.h>
+#include <stdbool.h>
 
 #ifdef _LIBC
 # include "../locale/localeinfo.h"