diff options
-rw-r--r-- | drivers/net/vxlan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c index 0fcf3f768f6e..6b560f373fc3 100644 --- a/drivers/net/vxlan.c +++ b/drivers/net/vxlan.c | |||
@@ -44,6 +44,7 @@ | |||
44 | #include <net/ipv6.h> | 44 | #include <net/ipv6.h> |
45 | #include <net/addrconf.h> | 45 | #include <net/addrconf.h> |
46 | #include <net/ip6_tunnel.h> | 46 | #include <net/ip6_tunnel.h> |
47 | #include <net/ip6_checksum.h> | ||
47 | #endif | 48 | #endif |
48 | 49 | ||
49 | #define VXLAN_VERSION "0.1" | 50 | #define VXLAN_VERSION "0.1" |