-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/