summaryrefslogtreecommitdiff
path: root/time/tst-mktime2.c
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2012-04-02 22:31:32 +0200
committerThomas Schwinge <thomas@schwinge.name>2012-04-02 22:31:32 +0200
commit302cadd343d26cfa9b043c213c2a38de259464d8 (patch)
treea88aca1d19f2d7d682e72f4110dc3a0788919213 /time/tst-mktime2.c
parent228c019e6336d6da448715a1c5fcca9771827f61 (diff)
Testsuite #include fixes.
Diffstat (limited to 'time/tst-mktime2.c')
-rw-r--r--time/tst-mktime2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/time/tst-mktime2.c b/time/tst-mktime2.c
index 0e4fd1e786..bc7cc5818b 100644
--- a/time/tst-mktime2.c
+++ b/time/tst-mktime2.c
@@ -1,4 +1,6 @@
/* Test program from Paul Eggert and Tony Leneis. */
+
+#include <limits.h>
#include <time.h>
#include <stdlib.h>
#include <unistd.h>