Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757539AbbH0Wbq (ORCPT ); Thu, 27 Aug 2015 18:31:46 -0400 Received: from mail-pa0-f49.google.com ([209.85.220.49]:36600 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757515AbbH0Wbg (ORCPT ); Thu, 27 Aug 2015 18:31:36 -0400 From: Joe Stringer To: netdev@vger.kernel.org, davem@davemloft.net Cc: linux-kernel@vger.kernel.org, pshelar@nicira.com, pablo@netfilter.org Subject: [PATCH net-next 2/2] openvswitch: Include ip6_fib.h. Date: Thu, 27 Aug 2015 15:25:46 -0700 Message-Id: <1440714346-43304-3-git-send-email-joestringer@nicira.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1440714346-43304-1-git-send-email-joestringer@nicira.com> References: <1440714346-43304-1-git-send-email-joestringer@nicira.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 953 Lines: 30 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 --- net/openvswitch/actions.c | 1 + 1 file changed, 1 insertion(+) diff --git a/net/openvswitch/actions.c b/net/openvswitch/actions.c index 736a113..4487543 100644 --- a/net/openvswitch/actions.c +++ b/net/openvswitch/actions.c @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/