------------------------------------------------------------ revno: 12292 revision-id: kinkie@squid-cache.org-20120815201357-ksj9rffnqrszar2w parent: kinkie@squid-cache.org-20120815170106-0n7kc64y1b8y26ke committer: Francesco Chemolli branch nick: trunk timestamp: Wed 2012-08-15 22:13:57 +0200 message: netfilter_ipv4.h requires including limits.h first. Added. ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: kinkie@squid-cache.org-20120815201357-ksj9rffnqrszar2w # target_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # testament_sha1: f7914bd5d8d46e9d6dbe388743bf61f49ef2b59a # timestamp: 2012-08-15 20:52:26 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/trunk/ # base_revision_id: kinkie@squid-cache.org-20120815170106-\ # 0n7kc64y1b8y26ke # # Begin patch === modified file 'src/ip/Intercept.cc' --- src/ip/Intercept.cc 2012-08-15 15:17:32 +0000 +++ src/ip/Intercept.cc 2012-08-15 20:13:57 +0000 @@ -89,7 +89,10 @@ #include #endif /* HAVE_NET_PFVAR_H */ #endif /* PF_TRANSPARENT required headers */ - +/* must be before including netfilter_ipv4.h */ +#if HAVE_LIMITS_H +#include +#endif #if LINUX_NETFILTER #include #endif