From: robertc <> Date: Tue, 24 Sep 2002 17:56:50 +0000 (+0000) Subject: include IPInterception.h to get prototypes X-Git-Tag: SQUID_3_0_PRE1~736 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68991eab574b0671a3f7645ea4a2756e6fecd9a4;p=thirdparty%2Fsquid.git include IPInterception.h to get prototypes --- diff --git a/src/IPInterception.cc b/src/IPInterception.cc index 0c90b3402e..b82cac680e 100644 --- a/src/IPInterception.cc +++ b/src/IPInterception.cc @@ -1,6 +1,6 @@ /* - * $Id: IPInterception.cc,v 1.1 2002/09/24 10:46:43 robertc Exp $ + * $Id: IPInterception.cc,v 1.2 2002/09/24 11:56:50 robertc Exp $ * * DEBUG: section 89 NAT / IP Interception * AUTHOR: Robert Collins @@ -35,6 +35,7 @@ #include "squid.h" #include "clientStream.h" +#include "IPInterception.h" #if IPF_TRANSPARENT #if HAVE_SYS_IOCTL_H