From: Amos Jeffries Date: Sat, 12 Jul 2008 12:48:15 +0000 (-0600) Subject: Author: Henrik Nordstrom X-Git-Tag: SQUID_3_0_STABLE8~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48dc87dd183f4ca4d11dc512209ce01a764f1751;p=thirdparty%2Fsquid.git Author: Henrik Nordstrom Workaround for Linux-2.6.24/2.6.25 netfilter_ipv4.h __u32 issue --- diff --git a/src/IPInterception.cc b/src/IPInterception.cc index 4817c9434c..98a9d2e694 100644 --- a/src/IPInterception.cc +++ b/src/IPInterception.cc @@ -85,6 +85,7 @@ #endif #if LINUX_NETFILTER +#include #include #endif