浏览代码

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 年之前
父节点
当前提交
600069daf7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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/x_tables.h>
 #include <linux/netfilter/xt_IDLETIMER.h>
+#include <linux/kdev_t.h>
 #include <linux/kobject.h>
 #include <linux/workqueue.h>
 #include <linux/sysfs.h>