]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
These .cc files need to #include the new SquidTime.h
authorwessels <>
Tue, 9 May 2006 21:47:45 +0000 (21:47 +0000)
committerwessels <>
Tue, 9 May 2006 21:47:45 +0000 (21:47 +0000)
src/LeakFinder.cc
src/comm_kqueue.cc
src/dns.cc
src/useragent.cc

index fc744854c3fd7c22be0fe1e92957cc634ff667ca..38990f18fa4d033401e8451576cde3d59804f785 100644 (file)
@@ -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
 /* ========================================================================= */
index cab29f7f08246f04181e6fa23309f8eaaa7169f2..abdc4acfd43ba48c62df400236de43ee81777ae9 100644 (file)
@@ -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
 
index 8c940756690800d037deb7e7d4d61739653c037b..bac4f3e23e38ae98f6d598e0555f371c6640ae9b 100644 (file)
@@ -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
index 88ace159a488bc3aac2f11026dd7ee1c7cbe8f8b..00394ccffb5ead3f63d97a6163867fc02fb24478 100644 (file)
@@ -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 <ramey@csc.ti.com>
@@ -34,6 +34,7 @@
  */
 
 #include "squid.h"
+#include "SquidTime.h"
 
 #if USE_USERAGENT_LOG
 static Logfile *useragentlog = NULL;