From: serassio <> Date: Sun, 14 May 2006 22:42:43 +0000 (+0000) Subject: Need SquidTime for squid_curtime X-Git-Tag: SQUID_3_0_PRE4~132 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45e009e915cbfa684037db98c1ca91b7eeafd64f;p=thirdparty%2Fsquid.git Need SquidTime for squid_curtime --- diff --git a/src/comm_select.cc b/src/comm_select.cc index e3bfad6ca7..2227181e5d 100644 --- a/src/comm_select.cc +++ b/src/comm_select.cc @@ -1,6 +1,6 @@ /* - * $Id: comm_select.cc,v 1.74 2004/12/20 16:30:35 robertc Exp $ + * $Id: comm_select.cc,v 1.75 2006/05/14 16:42:43 serassio Exp $ * * DEBUG: section 5 Socket Functions * @@ -33,6 +33,7 @@ */ #include "squid.h" +#include "SquidTime.h" #ifdef USE_SELECT #include "Store.h"