Commit 600069daf792f497ae1e1da74e2fff6ac5de6c47

Authored by Randy Dunlap
Committed by Patrick McHardy
1 parent 26ec037f98

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 <randy.dunlap@oracle.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>

Showing 1 changed file with 1 additions and 0 deletions Side-by-side Diff

net/netfilter/xt_IDLETIMER.c
... ... @@ -36,6 +36,7 @@
36 36 #include <linux/netfilter.h>
37 37 #include <linux/netfilter/x_tables.h>
38 38 #include <linux/netfilter/xt_IDLETIMER.h>
  39 +#include <linux/kdev_t.h>
39 40 #include <linux/kobject.h>
40 41 #include <linux/workqueue.h>
41 42 #include <linux/sysfs.h>