]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[IPV4] fib_trie: build fix
authorStephen Hemminger <shemminger@osdl.org>
Tue, 3 Jan 2006 22:38:34 +0000 (14:38 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Jan 2006 22:38:34 +0000 (14:38 -0800)
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>
net/ipv4/fib_trie.c

index a3ed7e13f795f996ad21f442e4f9a2f23b90b5ef..e320b32373e5703edac6e7b7f9e2c3310100cd1b 100644 (file)
@@ -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>