diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-08 17:45:25 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-08 17:45:25 +0100 |
commit | ebd7aede602462783b86da09650b4788db8b14bf (patch) | |
tree | c93036317cac0248a76e8e91efddcf769f87e9aa /time | |
parent | ae20c9a17cd95b6f367209c2a9075587616ceb42 (diff) | |
download | glibc-ebd7aede602462783b86da09650b4788db8b14bf.tar.gz glibc-ebd7aede602462783b86da09650b4788db8b14bf.tar.xz glibc-ebd7aede602462783b86da09650b4788db8b14bf.zip |
Fix time/getdate.c build.
Diffstat (limited to 'time')
-rw-r--r-- | time/getdate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/time/getdate.c b/time/getdate.c index a1fb7be21d..26e3f487bb 100644 --- a/time/getdate.c +++ b/time/getdate.c @@ -21,6 +21,7 @@ #include <stdio.h> #include <stdio_ext.h> #include <stdlib.h> +#include <stdbool.h> #include <string.h> #include <time.h> #include <unistd.h> |