From: wessels <> Date: Tue, 9 May 2006 21:47:45 +0000 (+0000) Subject: These .cc files need to #include the new SquidTime.h X-Git-Tag: SQUID_3_0_PRE4~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4452e041ef6298472325664a0ea8147c16877d5;p=thirdparty%2Fsquid.git These .cc files need to #include the new SquidTime.h --- diff --git a/src/LeakFinder.cc b/src/LeakFinder.cc index fc744854c3..38990f18fa 100644 --- a/src/LeakFinder.cc +++ b/src/LeakFinder.cc @@ -1,6 +1,6 @@ /* - * $Id: LeakFinder.cc,v 1.2 2005/12/03 15:13:51 serassio Exp $ + * $Id: LeakFinder.cc,v 1.3 2006/05/09 15:47:45 wessels Exp $ * * DEBUG: section 45 Callback Data Registry * AUTHOR: Duane Wessels @@ -40,6 +40,7 @@ #include "squid.h" #include "LeakFinder.h" #include "Store.h" +#include "SquidTime.h" #if USE_LEAKFINDER /* ========================================================================= */ diff --git a/src/comm_kqueue.cc b/src/comm_kqueue.cc index cab29f7f08..abdc4acfd4 100644 --- a/src/comm_kqueue.cc +++ b/src/comm_kqueue.cc @@ -1,6 +1,6 @@ /* - * $Id: comm_kqueue.cc,v 1.9 2003/03/04 03:17:55 adrian Exp $ + * $Id: comm_kqueue.cc,v 1.10 2006/05/09 15:47:45 wessels Exp $ * * DEBUG: section 5 Socket functions * @@ -56,6 +56,7 @@ #include "squid.h" #include "Store.h" #include "fde.h" +#include "SquidTime.h" #ifdef USE_KQUEUE diff --git a/src/dns.cc b/src/dns.cc index 8c94075669..bac4f3e23e 100644 --- a/src/dns.cc +++ b/src/dns.cc @@ -1,6 +1,6 @@ /* - * $Id: dns.cc,v 1.94 2006/04/27 21:01:44 wessels Exp $ + * $Id: dns.cc,v 1.95 2006/05/09 15:47:45 wessels Exp $ * * DEBUG: section 34 Dnsserver interface * AUTHOR: Harvest Derived @@ -36,6 +36,7 @@ #include "squid.h" #include "Store.h" #include "wordlist.h" +#include "SquidTime.h" /* MS VisualStudio Projects are monolitich, so we need the following #if to include the external DNS code in compile process when diff --git a/src/useragent.cc b/src/useragent.cc index 88ace159a4..00394ccffb 100644 --- a/src/useragent.cc +++ b/src/useragent.cc @@ -1,6 +1,6 @@ /* - * $Id: useragent.cc,v 1.28 2003/02/21 22:50:13 robertc Exp $ + * $Id: useragent.cc,v 1.29 2006/05/09 15:47:45 wessels Exp $ * * DEBUG: section 40 User-Agent logging * AUTHOR: Joe Ramey @@ -34,6 +34,7 @@ */ #include "squid.h" +#include "SquidTime.h" #if USE_USERAGENT_LOG static Logfile *useragentlog = NULL;