diff options
author | David S. Miller <davem@davemloft.net> | 2011-05-26 16:40:37 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-05-27 13:40:58 -0400 |
commit | bee95250f015ffc3a6efb99516489e70d1b52da2 (patch) | |
tree | a5e841fb1dc6dd6a041755004de6c8d4639a7021 /include/net | |
parent | 9d931dd2ed62c14d7bf7c4c3ab3ef7610c46ca9b (diff) |
net: Add linux/sysctl.h includes where needed.
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>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/net_namespace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/net_namespace.h b/include/net/net_namespace.h index 3ae491932bc8..07a60e8b749e 100644 --- a/include/net/net_namespace.h +++ b/include/net/net_namespace.h @@ -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> |