From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 15 Jul 2014 01:38:58 +0200 From: Linus =?utf-8?Q?L=C3=BCssing?= Message-ID: <20140714233858.GW2675@Linus-Debian> References: <538314FE.9020808@mindeye.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <538314FE.9020808@mindeye.net> Subject: Re: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: Init and use batman interface with correc netns. Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Mon, May 26, 2014 at 12:18:38PM +0200, Daniel Ehlers wrote: > diff --git a/hard-interface.c b/hard-interface.c > index b851cc5..c3497de 100644 > --- a/hard-interface.c > +++ b/hard-interface.c > @@ -31,6 +31,7 @@ > #include > #include > +#include These includes in the various, changed files seem unnecessary, too. At least it compiles fine with out them for me, too.