netfilter.h needs rcuupdate.h for RCU locking functions
authorLinus Torvalds <torvalds@woody.osdl.org>
Mon, 4 Dec 2006 18:52:29 +0000 (10:52 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Mon, 4 Dec 2006 18:52:29 +0000 (10:52 -0800)
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>
include/linux/netfilter.h

index d4c4c51..9389cf7 100644 (file)
@@ -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