netfilter.h needs rcuupdate.h for RCU locking functions
This was exposed by Al's recent header file dependency reduction patches.. Cc: Al Viro <viro@ftp.linux.org.uk> Cc: David S. Miller <davem@davemloft.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
9b8ab9f6c3
commit
0c789ff64e
@ -11,6 +11,7 @@
|
||||
#include <linux/list.h>
|
||||
#endif
|
||||
#include <linux/compiler.h>
|
||||
#include <linux/rcupdate.h>
|
||||
|
||||
/* Responses from hook functions. */
|
||||
#define NF_DROP 0
|
||||
|
Loading…
Reference in New Issue
Block a user