From: Randy Dunlap Date: Tue, 22 Jun 2010 06:13:31 +0000 (+0200) Subject: netfilter: xt_IDLETIMER needs kdev_t.h X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=600069daf792f497ae1e1da74e2fff6ac5de6c47;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git 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 e11090a0675c..be1f22e13545 100644 --- a/net/netfilter/xt_IDLETIMER.c +++ b/net/netfilter/xt_IDLETIMER.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include