From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randy Dunlap Subject: [PATCH -next] netfilter: xt_IDLETIMER needs kdev_t.h Date: Fri, 18 Jun 2010 15:34:55 -0700 Message-ID: <20100618153455.dd33948b.randy.dunlap@oracle.com> References: <20100618145443.77b7f8df.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20100618145443.77b7f8df.sfr@canb.auug.org.au> Sender: netfilter-devel-owner@vger.kernel.org To: Stephen Rothwell , netdev Cc: linux-next@vger.kernel.org, LKML , netfilter-devel@vger.kernel.org List-Id: linux-next.vger.kernel.org From: Randy Dunlap Add header file to fix build error: net/netfilter/xt_IDLETIMER.c:276: error: implicit declaration of function 'MKDEV' Signed-off-by: Randy Dunlap --- net/netfilter/xt_IDLETIMER.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20100618.orig/net/netfilter/xt_IDLETIMER.c +++ linux-next-20100618/net/netfilter/xt_IDLETIMER.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include