Commit bee95250 authored by David S. Miller's avatar David S. Miller

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: default avatarDavid S. Miller <davem@davemloft.net>
parent 9d931dd2
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
#endif #endif
#include <linux/types.h> #include <linux/types.h>
#include <linux/compiler.h> #include <linux/compiler.h>
#include <linux/sysctl.h>
/* Responses from hook functions. */ /* Responses from hook functions. */
#define NF_DROP 0 #define NF_DROP 0
......
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include <asm/atomic.h> #include <asm/atomic.h>
#include <linux/workqueue.h> #include <linux/workqueue.h>
#include <linux/list.h> #include <linux/list.h>
#include <linux/sysctl.h>
#include <net/netns/core.h> #include <net/netns/core.h>
#include <net/netns/mib.h> #include <net/netns/mib.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment