=2D-nextPart1694022.yG4pXGFMJO Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Thursday 28 April 2016 22:37:24 Andrew Lunn wrote: > From: Matthias Schiffer > > Signed-off-by: Matthias Schiffer > --- > include/uapi/linux/batman_adv.h | 2 + > net/batman-adv/bat_iv_ogm.c | 268 > ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 270 insertions(+) You can find the missing includes in the attached patch Kind regards, Sven =2D-nextPart1694022.yG4pXGFMJO Content-Disposition: attachment; filename="0013-missing-includes-6.patch" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="UTF-8"; name="0013-missing-includes-6.patch" From: Sven Eckelmann Date: Fri, 29 Apr 2016 20:55:42 +0200 Subject: [PATCH] missing includes 6 =2D-- net/batman-adv/bat_iv_ogm.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/net/batman-adv/bat_iv_ogm.c b/net/batman-adv/bat_iv_ogm.c index e70560e..6659035 100644 =2D-- a/net/batman-adv/bat_iv_ogm.c +++ b/net/batman-adv/bat_iv_ogm.c @@ -34,6 +34,7 @@ #include #include #include +#include #include #include #include @@ -47,6 +48,8 @@ #include #include #include +#include +#include #include #include "bitarray.h" =2D-nextPart1694022.yG4pXGFMJO-- This is a multi-part message in MIME format.