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/net_namespace.h | |
| parent | 9d931dd2ed62c14d7bf7c4c3ab3ef7610c46ca9b (diff) | |
| download | olio-linux-3.10-bee95250f015ffc3a6efb99516489e70d1b52da2.tar.xz olio-linux-3.10-bee95250f015ffc3a6efb99516489e70d1b52da2.zip  | |
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/net_namespace.h')
| -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 3ae491932bc..07a60e8b749 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>  |