diff options
author | Roland McGrath <roland@gnu.org> | 2004-08-09 19:47:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-08-09 19:47:44 +0000 |
commit | f2d4c706b030c8999a7f2cd76d844386cc4721ae (patch) | |
tree | 2a3f6d17f65b9fdf8fe2c43843fe9ca6e97900f7 /time/strptime_l.c | |
parent | fe6cc2ae0947c91d9daf844dccc44a8c76deb767 (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/strptime_l.c')
-rw-r--r-- | time/strptime_l.c | 1 |
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" |