diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-04 19:27:41 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-04 19:27:41 -0500 |
| commit | d347da0deffa1d8f88f0d270eab040e4707c9916 (patch) | |
| tree | e0911f2ef4d36a7b44f7a5379feabebbd37dcfc4 /net/ipv4/fib_semantics.c | |
| parent | c6c88bbde4d8b2ffe9886b7130b2e23781d424e5 (diff) | |
| parent | 74cb8798222bb7d1aecb0acb91e6eeedf5feb948 (diff) | |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'net/ipv4/fib_semantics.c')
| -rw-r--r-- | net/ipv4/fib_semantics.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index 6d2a6ac070e3..ef4724de7350 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #include <linux/errno.h> | 29 | #include <linux/errno.h> |
| 30 | #include <linux/in.h> | 30 | #include <linux/in.h> |
| 31 | #include <linux/inet.h> | 31 | #include <linux/inet.h> |
| 32 | #include <linux/inetdevice.h> | ||
| 32 | #include <linux/netdevice.h> | 33 | #include <linux/netdevice.h> |
| 33 | #include <linux/if_arp.h> | 34 | #include <linux/if_arp.h> |
| 34 | #include <linux/proc_fs.h> | 35 | #include <linux/proc_fs.h> |
| @@ -36,6 +37,7 @@ | |||
| 36 | #include <linux/netlink.h> | 37 | #include <linux/netlink.h> |
| 37 | #include <linux/init.h> | 38 | #include <linux/init.h> |
| 38 | 39 | ||
| 40 | #include <net/arp.h> | ||
| 39 | #include <net/ip.h> | 41 | #include <net/ip.h> |
| 40 | #include <net/protocol.h> | 42 | #include <net/protocol.h> |
| 41 | #include <net/route.h> | 43 | #include <net/route.h> |
