diff options
author | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-04 10:52:29 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-04 10:52:29 -0800 |
commit | 0c789ff64e874bbece03b607f200566ab24ea9ab (patch) | |
tree | cfa43e7ec5f2f0eaa1e3a13fae86446d6d9e4074 /include | |
parent | 9b8ab9f6c37c610feea20edfb357a3b8a43d39bd (diff) |
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/netfilter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netfilter.h b/include/linux/netfilter.h index d4c4c5120bc0..9389cf7d4062 100644 --- a/include/linux/netfilter.h +++ b/include/linux/netfilter.h @@ -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 |