From 7729b006a1fef6efd2e95c768664880d2db3acc5 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 14 Jan 2008 23:40:34 -0800 Subject: [PATCH] --- yaml --- r: 78816 b: refs/heads/master c: 2e3075a2c4364c0e8726ac2a0f3b1708da781bac h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter.h | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8c25e3896254..8170174c240b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96e3227265852ffad332f911887c9cf26c85e40a +refs/heads/master: 2e3075a2c4364c0e8726ac2a0f3b1708da781bac diff --git a/trunk/include/linux/netfilter.h b/trunk/include/linux/netfilter.h index c41f6438095d..d74e79bacd2d 100644 --- a/trunk/include/linux/netfilter.h +++ b/trunk/include/linux/netfilter.h @@ -7,6 +7,8 @@ #include #include #include +#include +#include #include #include #endif @@ -52,6 +54,8 @@ union nf_inet_addr { u_int32_t all[4]; __be32 ip; __be32 ip6[4]; + struct in_addr in; + struct in6_addr in6; }; #ifdef __KERNEL__