mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
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>
This commit is contained in:
parent
9d931dd2ed
commit
bee95250f0
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user