From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Fri, 25 Nov 2011 09:18:07 +0800 References: <1322173279-18338-1-git-send-email-ordex@autistici.org> <1322173279-18338-6-git-send-email-ordex@autistici.org> In-Reply-To: <1322173279-18338-6-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201111250918.08125.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCHv4 5/7] batman-adv: Distributed ARP Table - add snooping functions for ARP messages 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 Friday, November 25, 2011 06:21:17 Antonio Quartulli wrote: > @@ -30,6 +31,8 @@ > #include "originator.h" > #include "bat_ogm.h" > > +#include > + > static void send_outstanding_bcast_packet(struct work_struct *work); What is this include doing here ? If I am not mistaken you removed it from your patchset already. Is this really the latest version ? Regards, Marek