From b531d4afd1cc5abd7614d586fff61359b641276c Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Wed, 18 Jul 2007 02:21:50 -0700 Subject: [PATCH] --- yaml --- r: 61208 b: refs/heads/master c: ebd61cc042b16e6cf2486aafbfff9e4be8c213ee h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter_ipv4/ipt_iprange.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 */