local-tst-mktime2
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sun, 14 Jan 2018 10:24:48 +0000 (10:24 +0000)
Gbp-Pq: Topic any
Gbp-Pq: Name local-tst-mktime2.diff

time/tst-mktime2.c

index c41db3e3b72fd23dba0f00582f083224cf4522f8..26b49524165dafd395e05c779f1c34355eeda3f5 100644 (file)
@@ -4,6 +4,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <unistd.h>
+#include <limits.h>
 
 /* True if the arithmetic type T is signed.  */
 #define TYPE_SIGNED(t) (! ((t) 0 < (t) -1))