Skip to content
Commit 04c52dec authored by Pablo Neira Ayuso's avatar Pablo Neira Ayuso
Browse files

net: include missing headers in net/net_namespace.h



Include linux/idr.h and linux/skbuff.h since they are required by objects that
are declared in the net structure.

 struct net {
	...
	struct idr		netns_ids;
	...
	struct sk_buff_head	wext_nlevents;
	...

Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: default avatarEric W. Biederman <ebiederm@xmission.com>
parent 17cebfd0
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