net: add missing includes and forward declarations under net/
This patch adds missing includes to headers under include/net. All these problems are currently masked by the existing users including the missing dependency before the broken header. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
735dbc69ab
commit
949d6b405e
@ -14,6 +14,7 @@
|
||||
#include <net/sock.h>
|
||||
#include <linux/refcount.h>
|
||||
#include <linux/seq_file.h>
|
||||
#include <net/ax25.h>
|
||||
|
||||
#define NR_NETWORK_LEN 15
|
||||
#define NR_TRANSPORT_LEN 5
|
||||
|
Reference in New Issue
Block a user