diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-01-11 18:38:28 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-01-11 19:32:11 -0500 |
commit | 82bf7e97ac5b9fd03aea10df6910cad50d6c032d (patch) | |
tree | bd3419516d4ced9bedca2a29008f8d8636adf5b4 /net/ipv6 | |
parent | 607f4e3864a4306be0d0ad11ff34284c239aad1b (diff) |
[NET]: Some more missing include/etherdevice.h includes
For compare_ether_addr()
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/netfilter/ip6t_mac.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/netfilter/ip6t_mac.c b/net/ipv6/netfilter/ip6t_mac.c index ae0b09291d17..c848152315bc 100644 --- a/net/ipv6/netfilter/ip6t_mac.c +++ b/net/ipv6/netfilter/ip6t_mac.c | |||
@@ -11,6 +11,7 @@ | |||
11 | #include <linux/module.h> | 11 | #include <linux/module.h> |
12 | #include <linux/skbuff.h> | 12 | #include <linux/skbuff.h> |
13 | #include <linux/if_ether.h> | 13 | #include <linux/if_ether.h> |
14 | #include <linux/etherdevice.h> | ||
14 | 15 | ||
15 | #include <linux/netfilter_ipv6/ip6t_mac.h> | 16 | #include <linux/netfilter_ipv6/ip6t_mac.h> |
16 | #include <linux/netfilter_ipv6/ip6_tables.h> | 17 | #include <linux/netfilter_ipv6/ip6_tables.h> |