openvswitch: Include ip6_fib.h.
authorJoe Stringer <joestringer@nicira.com>
Thu, 27 Aug 2015 22:25:46 +0000 (15:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 27 Aug 2015 23:35:51 +0000 (16:35 -0700)
kbuild test robot reports that certain configurations will not
automatically pick up on the "struct rt6_info" definition, so explicitly
include the header for this structure.

Fixes: 7f8a436 "openvswitch: Add conntrack action"
Signed-off-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/actions.c

index 736a113..4487543 100644 (file)
@@ -33,6 +33,7 @@
 #include <net/dst.h>
 #include <net/ip.h>
 #include <net/ipv6.h>
+#include <net/ip6_fib.h>
 #include <net/checksum.h>
 #include <net/dsfield.h>
 #include <net/mpls.h>