projects
/
platform
/
upstream
/
linaro-glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe6cc2a
)
2004-08-09 Roland McGrath <roland@redhat.com>
author
Roland McGrath
<roland@gnu.org>
Mon, 9 Aug 2004 19:47:44 +0000
(19:47 +0000)
committer
Roland 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
patch
|
blob
|
history
diff --git
a/time/strptime_l.c
b/time/strptime_l.c
index
9eb8181
..
df98099
100644
(file)
--- a/
time/strptime_l.c
+++ b/
time/strptime_l.c
@@
-26,6
+26,7
@@
#include <limits.h>
#include <string.h>
#include <time.h>
+#include <stdbool.h>
#ifdef _LIBC
# include "../locale/localeinfo.h"