From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH 03/11] Split out the event cache Date: Fri, 03 Nov 2006 13:51:14 +0100 Message-ID: <454B3B42.4050808@trash.net> References: <20061101210845.337590368@wlug.westbo.se> <20061101210913.061177411@wlug.westbo.se> <200611031247.kA3CleEl011459@toshiba.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org, gandalf@wlug.westbo.se Return-path: To: Yasuyuki KOZAKAI In-Reply-To: <200611031247.kA3CleEl011459@toshiba.co.jp> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Yasuyuki KOZAKAI wrote: >>+#ifdef CONFIG_NF_CONNTRACK_EVENTS >>+#include >>+#include >>+#include > > > This should be out of CONFIG_NF_CONNTRACK_EVENTS, to avoid build error at Thanks, I'll fix it up after doing a few more build tests.