From 6010c10f1fe3ee4d30e73c089ccc3392258404a4 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Mon, 5 Sep 2011 17:39:37 +0000 Subject: [PATCH] add time.h to silence compiler warning --- bin/tests/dst/gsstest.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/tests/dst/gsstest.c b/bin/tests/dst/gsstest.c index 4e5a601670..bb31d5d1c6 100755 --- a/bin/tests/dst/gsstest.c +++ b/bin/tests/dst/gsstest.c @@ -14,12 +14,13 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: gsstest.c,v 1.17 2011/08/29 23:21:48 marka Exp $ */ +/* $Id: gsstest.c,v 1.18 2011/09/05 17:39:37 each Exp $ */ #include #include #include +#include #include #include