From 5c6c5669ecb196e817c0b7f158249ebfdc343ac9 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Sat, 7 Nov 2009 03:36:58 +0000 Subject: [PATCH] #include for the ctime() prototype. --- lib/dns/dst_api.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/dns/dst_api.c b/lib/dns/dst_api.c index 5b12e98b5a..c0bc43d41b 100644 --- a/lib/dns/dst_api.c +++ b/lib/dns/dst_api.c @@ -31,7 +31,7 @@ /* * Principal Author: Brian Wellington - * $Id: dst_api.c,v 1.46 2009/11/03 19:43:54 marka Exp $ + * $Id: dst_api.c,v 1.47 2009/11/07 03:36:58 each Exp $ */ /*! \file */ @@ -39,6 +39,7 @@ #include #include +#include #include #include