]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
include IPInterception.h to get prototypes
authorrobertc <>
Tue, 24 Sep 2002 17:56:50 +0000 (17:56 +0000)
committerrobertc <>
Tue, 24 Sep 2002 17:56:50 +0000 (17:56 +0000)
src/IPInterception.cc

index 0c90b3402ed01dbde9385d9ac2f9d2706c49bc5d..b82cac680e8dd0480e2526b17e59ed2e550de47d 100644 (file)
@@ -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