[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>
This commit is contained in:
parent
554c9a8ec3
commit
cd8787ab04
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue