/*
- * $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
#include "squid.h"
#include "LeakFinder.h"
#include "Store.h"
+#include "SquidTime.h"
#if USE_LEAKFINDER
/* ========================================================================= */
/*
- * $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
*
#include "squid.h"
#include "Store.h"
#include "fde.h"
+#include "SquidTime.h"
#ifdef USE_KQUEUE
/*
- * $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
#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
/*
- * $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>
*/
#include "squid.h"
+#include "SquidTime.h"
#if USE_USERAGENT_LOG
static Logfile *useragentlog = NULL;