On Thursday 28 April 2016 22:37:27 Andrew Lunn wrote: > Dump the list of gateways via the netlink socket. > > Signed-off-by: Andrew Lunn <[email protected]> > --- > include/uapi/linux/batman_adv.h | 4 ++ > net/batman-adv/gateway_client.c | 126 > ++++++++++++++++++++++++++++++++++++++++ net/batman-adv/gateway_client.h | > 1 + > net/batman-adv/netlink.c | 7 +++ > 4 files changed, 138 insertions(+)
You can find the missing includes in the attached patch
Kind regards,
SvenFrom: Sven Eckelmann <[email protected]> Date: Fri, 29 Apr 2016 21:05:29 +0200 Subject: [PATCH] missing includes 9 --- net/batman-adv/gateway_client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/net/batman-adv/gateway_client.h b/net/batman-adv/gateway_client.h index 294ff09..f1b2d39 100644 --- a/net/batman-adv/gateway_client.h +++ b/net/batman-adv/gateway_client.h @@ -23,6 +23,7 @@ #include <linux/types.h> struct batadv_tvlv_gateway_data; +struct netlink_callback; struct seq_file; struct sk_buff;
signature.asc
Description: This is a digitally signed message part.
