Skip to content

Commit

Permalink
netfilter.h needs rcuupdate.h for RCU locking functions
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Linus Torvalds committed Dec 4, 2006
1 parent 9b8ab9f commit 0c789ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/linux/netfilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0c789ff

Please sign in to comment.