From: GNU Libc Maintainers Date: Tue, 18 Oct 2016 21:10:46 +0000 (+0000) Subject: local-tst-mktime2 X-Git-Tag: archive/raspbian/2.25-3+rpi1~1^2^2^2^2^2^2^2^2^2^2^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f5bbbeb565a2e2daabe2b184cb71b4d81d923a3e;p=glibc.git local-tst-mktime2 Gbp-Pq: Topic any Gbp-Pq: Name local-tst-mktime2.diff --- diff --git a/time/tst-mktime2.c b/time/tst-mktime2.c index c41db3e3b..26b495241 100644 --- a/time/tst-mktime2.c +++ b/time/tst-mktime2.c @@ -4,6 +4,7 @@ #include #include #include +#include /* True if the arithmetic type T is signed. */ #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1))