[09/10] batman-adv: add B.A.T.M.A.N. Dump gateways via netlink
Commit Message
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 <andrew@lunn.ch>
> ---
> 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,
Sven
From: Sven Eckelmann <sven@narfation.org>
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(+)
@@ -23,6 +23,7 @@
#include <linux/types.h>
struct batadv_tvlv_gateway_data;
+struct netlink_callback;
struct seq_file;
struct sk_buff;