From f79a7a88c9ea7caaeb1f74f9672f730eb907c757 Mon Sep 17 00:00:00 2001 From: Bert Hubert Date: Tue, 16 Mar 2010 09:51:53 +0000 Subject: [PATCH] compilation fix git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1544 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- pdns/dnsscope.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsscope.cc b/pdns/dnsscope.cc index 8febdbae8..a6a290419 100644 --- a/pdns/dnsscope.cc +++ b/pdns/dnsscope.cc @@ -26,7 +26,7 @@ struct QuestionData int d_qcount; int d_answercount; - struct timeval d_firstquestiontime; + struct pdns_timeval d_firstquestiontime; }; typedef map statmap_t; -- 2.40.0