From: hno <> Date: Thu, 11 May 2006 02:17:12 +0000 (+0000) Subject: Need SquidTime.h to squid_curtime X-Git-Tag: SQUID_3_0_PRE4~165 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9fed22b7c2813c7975411a76fcf388aa30dfb850;p=thirdparty%2Fsquid.git Need SquidTime.h to squid_curtime --- diff --git a/src/IPInterception.cc b/src/IPInterception.cc index a814c8d396..83c57f0567 100644 --- a/src/IPInterception.cc +++ b/src/IPInterception.cc @@ -1,6 +1,6 @@ /* - * $Id: IPInterception.cc,v 1.14 2005/10/08 08:39:42 serassio Exp $ + * $Id: IPInterception.cc,v 1.15 2006/05/10 20:17:12 hno Exp $ * * DEBUG: section 89 NAT / IP Interception * AUTHOR: Robert Collins @@ -36,6 +36,7 @@ #include "squid.h" #include "clientStream.h" #include "IPInterception.h" +#include "SquidTime.h" #if IPF_TRANSPARENT #if HAVE_SYS_IOCTL_H