diff --git a/[refs] b/[refs] index beb5f500a0cf..5021bb712a76 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 75a69ac6d66d2504ecbc4b46645fb0835a55a57c +refs/heads/master: ebd61cc042b16e6cf2486aafbfff9e4be8c213ee diff --git a/trunk/include/linux/netfilter_ipv4/ipt_iprange.h b/trunk/include/linux/netfilter_ipv4/ipt_iprange.h index 34ab0fb736e2..a92fefc3c7ec 100644 --- a/trunk/include/linux/netfilter_ipv4/ipt_iprange.h +++ b/trunk/include/linux/netfilter_ipv4/ipt_iprange.h @@ -1,6 +1,8 @@ #ifndef _IPT_IPRANGE_H #define _IPT_IPRANGE_H +#include + #define IPRANGE_SRC 0x01 /* Match source IP address */ #define IPRANGE_DST 0x02 /* Match destination IP address */ #define IPRANGE_SRC_INV 0x10 /* Negate the condition */