From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: References: <8638w91lft.fsf@coulee.tdb.com> From: Russell Senior Date: Tue, 05 Mar 2013 15:33:10 -0800 In-Reply-To: <8638w91lft.fsf@coulee.tdb.com> (Russell Senior's message of "Tue\, 05 Mar 2013 15\:22\:30 -0800") Message-ID: <86ip55zakp.fsf@coulee.tdb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Bridge] [PATCH] bridge-utils: Fix compile against linux-3.8.x List-Id: Linux Ethernet Bridging List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: bridge@lists.linux-foundation.org Linux 3.8 has a header, include/uapi/linux/if_bridge.h that uses a struct in6_addr but doesn't define it. The trivial seeming fix of including the header that does define it causes more problems. The problem was discussed on mailing lists in January 2013. The final suggestion I found was here: http://www.redhat.com/archives/libvir-list/2013-January/msg01253.html This is intended to implement that suggestion. Signed-off-by: Russell Senior --- libbridge/libbridge.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libbridge/libbridge.h b/libbridge/libbridge.h index 39964f2..dd14bae 100644 --- a/libbridge/libbridge.h +++ b/libbridge/libbridge.h @@ -20,6 +20,7 @@ #define _LIBBRIDGE_H #include +#include #include #include -- 1.7.10.4 -- Russell Senior, President russell@personaltelco.net