Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1947552AbWLIACE (ORCPT ); Fri, 8 Dec 2006 19:02:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1947542AbWLIAA7 (ORCPT ); Fri, 8 Dec 2006 19:00:59 -0500 Received: from 216-99-217-87.dsl.aracnet.com ([216.99.217.87]:37578 "EHLO sous-sol.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1761296AbWLIAAU (ORCPT ); Fri, 8 Dec 2006 19:00:20 -0500 Message-Id: <20061209000152.100650000@sous-sol.org> References: <20061208235751.890503000@sous-sol.org> User-Agent: quilt/0.45-1 Date: Fri, 08 Dec 2006 15:58:14 -0800 From: Chris Wright To: linux-kernel@vger.kernel.org, stable@kernel.org Cc: Justin Forbes , Zwane Mwaikambo , "Theodore Ts'o" , Randy Dunlap , Dave Jones , Chuck Wolber , Chris Wedgwood , Michael Krufky , torvalds@osdl.org, akpm@osdl.org, alan@lxorguk.ukuu.org.uk, Thomas Graf , David S Miller Subject: [patch 23/32] NETLINK: Restore API compatibility of address and neighbour bits Content-Disposition: inline; filename=restore-api-compatibility-of-address-and-neighbour-bits.patch Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 955 Lines: 33 -stable review patch. If anyone has any objections, please let us know. ------------------ From: Thomas Graf Restore API compatibility due to bits moved from rtnetlink.h to separate headers. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller Signed-off-by: Chris Wright --- include/linux/rtnetlink.h | 2 ++ 1 file changed, 2 insertions(+) --- linux-2.6.19.orig/include/linux/rtnetlink.h +++ linux-2.6.19/include/linux/rtnetlink.h @@ -3,6 +3,8 @@ #include #include +#include +#include /**** * Routing/neighbour discovery messages. -- - 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/