Browse Source

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>
Linus Torvalds 18 years ago
parent
commit
0c789ff64e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/linux/netfilter.h

+ 1 - 0
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