Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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>