From: Amos Jeffries Date: Fri, 11 Apr 2008 03:29:02 +0000 (+1200) Subject: Need to define time_t in the header now. X-Git-Tag: SQUID_3_1_0_1~49^2~276^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc27cd70793365bd424edefb800736f38ddcc6c3;p=thirdparty%2Fsquid.git Need to define time_t in the header now. --- diff --git a/src/IPInterception.cc b/src/IPInterception.cc index 0612cb9e32..ae213916f9 100644 --- a/src/IPInterception.cc +++ b/src/IPInterception.cc @@ -33,10 +33,10 @@ * */ +#include "IPInterception.h" + #include "squid.h" #include "clientStream.h" -#include "IPInterception.h" -#include "SquidTime.h" #include "fde.h" #if IPF_TRANSPARENT diff --git a/src/IPInterception.h b/src/IPInterception.h index 363a2728e7..ab988d3edb 100644 --- a/src/IPInterception.h +++ b/src/IPInterception.h @@ -11,6 +11,9 @@ class IPAddress; +/* for time_t */ +#include "SquidTime.h" + /** \defgroup IPInterceptAPI IP Interception and Transparent Proxy API \ingroup SquidComponent