netfilter.h needs rcuupdate.h for RCU locking functions
authorLinus Torvalds <[email protected]>
Mon, 4 Dec 2006 18:52:29 +0000 (10:52 -0800)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Cc: David S. Miller <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
include/linux/netfilter.h

index d4c4c5120bc0ed16a5dfc3e6b4f1945d96b3a652..9389cf7d4062578fa261827e15c33a8151c2829f 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