From: hno <> Date: Thu, 11 May 2006 07:14:58 +0000 (+0000) Subject: Need SquidTime for squid_curtime X-Git-Tag: SQUID_3_0_PRE4~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=348697caf93e8fd753ca989e12af14e7da486824;p=thirdparty%2Fsquid.git Need SquidTime for squid_curtime --- diff --git a/src/comm_epoll.cc b/src/comm_epoll.cc index f399f15608..1a26b2bd99 100644 --- a/src/comm_epoll.cc +++ b/src/comm_epoll.cc @@ -1,6 +1,6 @@ /* - * $Id: comm_epoll.cc,v 1.8 2006/01/03 21:47:59 wessels Exp $ + * $Id: comm_epoll.cc,v 1.9 2006/05/11 01:14:58 hno Exp $ * * DEBUG: section 5 Socket functions * @@ -55,6 +55,7 @@ #include "squid.h" #include "Store.h" #include "fde.h" +#include "SquidTime.h" #ifdef USE_EPOLL