netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [NETFILTER]: netbios conntrack: fix compile
@ 2006-08-05  7:08 Patrick McHardy
  2006-08-05  7:56 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick McHardy @ 2006-08-05  7:08 UTC (permalink / raw)
  To: David S. Miller; +Cc: Linux Netdev List

[-- Attachment #1: Type: text/plain, Size: 66 bytes --]

Fix compilation of the netbios_ns helper in the net-2.6.19 tree.


[-- Attachment #2: x --]
[-- Type: text/plain, Size: 1038 bytes --]

[NETFILTER]: netbios conntrack: fix compile

Fix compile breakage caused by move of IFA_F_SECONDARY to new header file.

Signed-off-by: Patrick McHardy <kaber@trash.net>

---
commit 94f26313abdf7169af0a4afa0c3046927892f22c
tree 1a86a591f06f3da549a23308ca73a8e44f829259
parent 10365c03ef65f5bccc992d6b78f7ef037cb4f0e9
author Patrick McHardy <kaber@trash.net> Sat, 05 Aug 2006 09:07:30 +0200
committer Patrick McHardy <kaber@trash.net> Sat, 05 Aug 2006 09:07:30 +0200

 net/ipv4/netfilter/ip_conntrack_netbios_ns.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/net/ipv4/netfilter/ip_conntrack_netbios_ns.c b/net/ipv4/netfilter/ip_conntrack_netbios_ns.c
index a566a81..3d0b438 100644
--- a/net/ipv4/netfilter/ip_conntrack_netbios_ns.c
+++ b/net/ipv4/netfilter/ip_conntrack_netbios_ns.c
@@ -21,6 +21,7 @@ #include <linux/init.h>
 #include <linux/skbuff.h>
 #include <linux/netdevice.h>
 #include <linux/inetdevice.h>
+#include <linux/if_addr.h>
 #include <linux/in.h>
 #include <linux/ip.h>
 #include <net/route.h>

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-05  7:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-05  7:08 [NETFILTER]: netbios conntrack: fix compile Patrick McHardy
2006-08-05  7:56 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).