]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix time/getdate.c build.
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 8 Feb 2015 16:45:25 +0000 (17:45 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 8 Feb 2015 16:45:25 +0000 (17:45 +0100)
ChangeLog
time/getdate.c

index 191c08d53deb7e46641af0831a6c0a0ebaf2a12e..b30e6fe887f0e78ee003c5e05d489ef016bc8752 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
+
+       * time/getdate.c: Include <stdbool.h>.
+
 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
 
        Add ersatz _Static_assert on older C hosts
index a1fb7be21dcf6138cc93a2c3494e6b89b3fd219c..26e3f487bbaf345d445a2235c2e5431bdafc33a6 100644 (file)
@@ -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>