summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-08-09 19:47:44 +0000
committerRoland McGrath <roland@gnu.org>2004-08-09 19:47:44 +0000
commitf2d4c706b030c8999a7f2cd76d844386cc4721ae (patch)
tree2a3f6d17f65b9fdf8fe2c43843fe9ca6e97900f7 /time
parentfe6cc2ae0947c91d9daf844dccc44a8c76deb767 (diff)
2004-08-09 Roland McGrath <roland@redhat.com>
* time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.
Diffstat (limited to 'time')
-rw-r--r--time/strptime_l.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/time/strptime_l.c b/time/strptime_l.c
index 9eb8181313..df98099f0a 100644
--- 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"