From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 25 Oct 2010 23:49:42 +0200 References: <1287660411-4238-1-git-send-email-sven.eckelmann@gmx.de> In-Reply-To: <1287660411-4238-1-git-send-email-sven.eckelmann@gmx.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201010252349.43966.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: Include compat.h only once 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 Thursday 21 October 2010 13:26:50 Sven Eckelmann wrote: > The compat.h can also be included in main.h which is included by all > source files. In theory also all header files must include main.h. This > is currently not and hopefully will never be necessary. > > It is also important that all header files which declare functions which > are redefined in compat.h to be included before compat.h is included. Applied in revision 1851 & 1852. Thanks, Marek