net: Add linux/sysctl.h includes where needed.
authorDavid S. Miller <davem@davemloft.net>
Thu, 26 May 2011 20:40:37 +0000 (16:40 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 May 2011 17:40:58 +0000 (13:40 -0400)
Several networking headers were depending upon the implicit
linux/sysctl.h include they get when including linux/net.h

Add explicit includes.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter.h
include/net/net_namespace.h

index 7fa95df..857f502 100644 (file)
@@ -13,6 +13,7 @@
 #endif
 #include <linux/types.h>
 #include <linux/compiler.h>
+#include <linux/sysctl.h>
 
 /* Responses from hook functions. */
 #define NF_DROP 0
index 3ae4919..07a60e8 100644 (file)
@@ -7,6 +7,7 @@
 #include <asm/atomic.h>
 #include <linux/workqueue.h>
 #include <linux/list.h>
+#include <linux/sysctl.h>
 
 #include <net/netns/core.h>
 #include <net/netns/mib.h>