From: Joe Stringer Date: Thu, 27 Aug 2015 22:25:46 +0000 (-0700) Subject: openvswitch: Include ip6_fib.h. X-Git-Tag: omap-for-v4.3/fixes-rc1~110^2~61^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b85b4dff2caa5e52726093fd058f87bbc14f156;p=pandora-kernel.git openvswitch: Include ip6_fib.h. 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 Signed-off-by: David S. Miller --- diff --git a/net/openvswitch/actions.c b/net/openvswitch/actions.c index 736a113a75c3..4487543806bb 100644 --- a/net/openvswitch/actions.c +++ b/net/openvswitch/actions.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include