about summary refs log tree commit diff
path: root/time/getdate.c
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-08 17:45:25 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-08 17:45:25 +0100
commitebd7aede602462783b86da09650b4788db8b14bf (patch)
treec93036317cac0248a76e8e91efddcf769f87e9aa /time/getdate.c
parentae20c9a17cd95b6f367209c2a9075587616ceb42 (diff)
downloadglibc-ebd7aede602462783b86da09650b4788db8b14bf.tar.gz
glibc-ebd7aede602462783b86da09650b4788db8b14bf.tar.xz
glibc-ebd7aede602462783b86da09650b4788db8b14bf.zip
Fix time/getdate.c build.
Diffstat (limited to 'time/getdate.c')
-rw-r--r--time/getdate.c1
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>