From: Randy Dunlap Date: Tue, 22 Jun 2010 06:13:31 +0000 (+0200) Subject: netfilter: xt_IDLETIMER needs kdev_t.h X-Git-Tag: master-2010-08-04~395^2~6 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=600069daf792f497ae1e1da74e2fff6ac5de6c47;p=~andy%2Flinux netfilter: xt_IDLETIMER needs kdev_t.h Add header file to fix build error: net/netfilter/xt_IDLETIMER.c:276: error: implicit declaration of function 'MKDEV' Signed-off-by: Randy Dunlap Signed-off-by: Patrick McHardy --- diff --git a/net/netfilter/xt_IDLETIMER.c b/net/netfilter/xt_IDLETIMER.c index e11090a0675..be1f22e1354 100644 --- a/net/netfilter/xt_IDLETIMER.c +++ b/net/netfilter/xt_IDLETIMER.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include