Browse Source

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>
Randy Dunlap 15 years ago
parent
commit
600069daf7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      net/netfilter/xt_IDLETIMER.c

+ 1 - 0
net/netfilter/xt_IDLETIMER.c

@@ -36,6 +36,7 @@
 #include <linux/netfilter.h>
 #include <linux/netfilter.h>
 #include <linux/netfilter/x_tables.h>
 #include <linux/netfilter/x_tables.h>
 #include <linux/netfilter/xt_IDLETIMER.h>
 #include <linux/netfilter/xt_IDLETIMER.h>
+#include <linux/kdev_t.h>
 #include <linux/kobject.h>
 #include <linux/kobject.h>
 #include <linux/workqueue.h>
 #include <linux/workqueue.h>
 #include <linux/sysfs.h>
 #include <linux/sysfs.h>