Skip to content

Commit

Permalink
netfilter: xt_IDLETIMER needs kdev_t.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Randy Dunlap authored and Patrick McHardy committed Jun 22, 2010
1 parent 26ec037 commit 600069d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/netfilter/xt_IDLETIMER.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 600069d

Please sign in to comment.