From: Samuel Thibault Date: Sun, 8 Feb 2015 16:45:25 +0000 (+0100) Subject: Fix time/getdate.c build. X-Git-Tag: glibc-2.22~628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebd7aede602462783b86da09650b4788db8b14bf;p=thirdparty%2Fglibc.git Fix time/getdate.c build. --- diff --git a/ChangeLog b/ChangeLog index 191c08d53de..b30e6fe887f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-02-08 Samuel Thibault + + * time/getdate.c: Include . + 2015-02-07 Paul Eggert Add ersatz _Static_assert on older C hosts diff --git a/time/getdate.c b/time/getdate.c index a1fb7be21dc..26e3f487bba 100644 --- a/time/getdate.c +++ b/time/getdate.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include