summaryrefslogtreecommitdiff
path: root/net/ipv6
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-01-11 15:38:28 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-11 16:32:11 -0800
commit82bf7e97ac5b9fd03aea10df6910cad50d6c032d (patch)
treebd3419516d4ced9bedca2a29008f8d8636adf5b4 /net/ipv6
parent607f4e3864a4306be0d0ad11ff34284c239aad1b (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.c1
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 @@
#include <linux/module.h>
#include <linux/skbuff.h>
#include <linux/if_ether.h>
+#include <linux/etherdevice.h>
#include <linux/netfilter_ipv6/ip6t_mac.h>
#include <linux/netfilter_ipv6/ip6_tables.h>