=2D-nextPart5279766.BGegk0089z Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Thursday 28 April 2016 22:37:25 Andrew Lunn wrote: > From: Matthias Schiffer > > Signed-off-by: Matthias Schiffer > --- > include/uapi/linux/batman_adv.h | 1 + > net/batman-adv/bat_v.c | 250 > ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 251 insertions(+) You can find the missing includes in the attached patch Kind regards, Sven =2D-nextPart5279766.BGegk0089z Content-Disposition: attachment; filename="0015-missing-includes-7.patch" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="UTF-8"; name="0015-missing-includes-7.patch" From: Sven Eckelmann Date: Fri, 29 Apr 2016 20:58:10 +0200 Subject: [PATCH] missing includes 7 =2D-- net/batman-adv/bat_v.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/net/batman-adv/bat_v.c b/net/batman-adv/bat_v.c index 1630684..cb890b7 100644 =2D-- a/net/batman-adv/bat_v.c +++ b/net/batman-adv/bat_v.c @@ -21,14 +21,19 @@ #include #include #include +#include +#include #include #include #include +#include #include #include #include #include #include +#include +#include #include #include "bat_v_elp.h" @@ -39,6 +44,8 @@ #include "originator.h" #include "packet.h" +struct sk_buff; + static void batadv_v_iface_activate(struct batadv_hard_iface *hard_iface) { /* B.A.T.M.A.N. V does not use any queuing mechanism, therefore it can =2D-nextPart5279766.BGegk0089z-- This is a multi-part message in MIME format.