aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorStephen Hemminger <shemminger@osdl.org>2006-01-03 14:38:34 -0800
committerDavid S. Miller <davem@davemloft.net>2006-01-03 14:38:34 -0800
commitcd8787ab04d23f925f440b712b43a6fd5cb31ece (patch)
treec7ac4e77c3997cf908096cc26e559eb5ff4dec1e /net
parent[BRIDGE]: Fix faulty check in br_stp_recalculate_bridge_id() (diff)
downloadlinux-dev-cd8787ab04d23f925f440b712b43a6fd5cb31ece.tar.xz
linux-dev-cd8787ab04d23f925f440b712b43a6fd5cb31ece.zip
[IPV4] fib_trie: build fix
Need this to fix build of fib_trie in net-2.6.16 (rebased) tree. The code needs the new inet_make_mask inline. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/fib_trie.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c
index a3ed7e13f795..e320b32373e5 100644
--- a/net/ipv4/fib_trie.c
+++ b/net/ipv4/fib_trie.c
@@ -66,6 +66,7 @@
#include <linux/errno.h>
#include <linux/in.h>
#include <linux/inet.h>
+#include <linux/inetdevice.h>
#include <linux/netdevice.h>
#include <linux/if_arp.h>
#include <linux/proc_fs.h>