diff options
author | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-04 13:52:29 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-04 13:52:29 -0500 |
commit | 0c789ff64e874bbece03b607f200566ab24ea9ab (patch) | |
tree | cfa43e7ec5f2f0eaa1e3a13fae86446d6d9e4074 | |
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>
-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 @@ | |||
11 | #include <linux/list.h> | 11 | #include <linux/list.h> |
12 | #endif | 12 | #endif |
13 | #include <linux/compiler.h> | 13 | #include <linux/compiler.h> |
14 | #include <linux/rcupdate.h> | ||
14 | 15 | ||
15 | /* Responses from hook functions. */ | 16 | /* Responses from hook functions. */ |
16 | #define NF_DROP 0 | 17 | #define NF_DROP 0 |