From fc27cd70793365bd424edefb800736f38ddcc6c3 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 11 Apr 2008 15:29:02 +1200 Subject: [PATCH] Need to define time_t in the header now. --- src/IPInterception.cc | 4 ++-- src/IPInterception.h | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.47.3