diff options
Diffstat (limited to 'net/bridge')
-rw-r--r-- | net/bridge/br_multicast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c index e481dbd19495..2048ef0f9be5 100644 --- a/net/bridge/br_multicast.c +++ b/net/bridge/br_multicast.c | |||
@@ -28,6 +28,7 @@ | |||
28 | #include <net/ipv6.h> | 28 | #include <net/ipv6.h> |
29 | #include <net/mld.h> | 29 | #include <net/mld.h> |
30 | #include <net/addrconf.h> | 30 | #include <net/addrconf.h> |
31 | #include <net/ip6_checksum.h> | ||
31 | #endif | 32 | #endif |
32 | 33 | ||
33 | #include "br_private.h" | 34 | #include "br_private.h" |