From 68991eab574b0671a3f7645ea4a2756e6fecd9a4 Mon Sep 17 00:00:00 2001 From: robertc <> Date: Tue, 24 Sep 2002 17:56:50 +0000 Subject: [PATCH] include IPInterception.h to get prototypes --- src/IPInterception.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2