From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Sven Eckelmann Date: Sun, 04 Mar 2018 13:36:37 +0100 Message-ID: <3117410.redly8gohO@sven-edge> In-Reply-To: <20180227081016.13122-2-linus.luessing@c0d3.blue> References: <20180227081016.13122-1-linus.luessing@c0d3.blue> <20180227081016.13122-2-linus.luessing@c0d3.blue> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1811873.XbjfWosTEp"; micalg="pgp-sha512"; protocol="application/pgp-signature" Subject: Re: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: add multicast flags netlink support List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: b.a.t.m.a.n@lists.open-mesh.org --nextPart1811873.XbjfWosTEp Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" On Dienstag, 27. Februar 2018 09:10:16 CET Linus L=FCssing wrote: > diff --git a/net/batman-adv/multicast.c b/net/batman-adv/multicast.c > index 6eaffe50..0578c1d6 100644 > --- a/net/batman-adv/multicast.c > +++ b/net/batman-adv/multicast.c > @@ -52,14 +52,20 @@ > #include > #include > #include > +#include > #include > #include > #include > +#include > +#include > #include > +#include > =20 > #include "hard-interface.h" > #include "hash.h" > #include "log.h" > +#include "netlink.h" > +#include "soft-interface.h" > #include "translation-table.h" > #include "tvlv.h" Please also add #include for netlink_callback and NETLINK= _CB. Kind regards, Sven --nextPart1811873.XbjfWosTEp Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEF10rh2Elc9zjMuACXYcKB8Eme0YFAlqb6FUACgkQXYcKB8Em e0ar3xAAxRjSj/h61oE3RcUwIlxNWblzf94zKNE6NgC9VnOwFJjHouySblAgDmw1 8E4gkarMjefzbwT+IqMwYpQsbfkXS/LrJKFSm6dJ5wn0O3cAhyqktm/2E4wKncP4 3VzzGXhk2ECFxdNx29aoXN4fLABN9zRXp+QWdaVCYASqf/tRRrJMcG69Pd21wsbH EH7cWGcoLXMBiAmoig+Tb9iZhbLmpZOnpb98+fLP+AxwIFtqSdutrEdrDW6QazzO me7cqo5HCEbwijdusJbfKPgRHUY8dCiOyeY0XgBYDOoPo6Hk76Tr0hipq1sOMMVK crsbpO5yEV2ZXeKpU2Cq3IoE0vFd2M4DksRDK25BZxiGgVZRcZuoSKFdfYNAxsYR bz0yO83r4rK+yx7HAadNvuHbqd2k5/i11Y3Yag0IsVNLqCkvf8n2IOcintFwD2r1 8ZNuWBgwIPUXTdKqGK8QEhSEJQIzNpgWe4eNC1d0XyJnPI3IVEbIzesG4NWDVI6J FZwcn99O5d2RphwE4g87wJTQCyxtXQDzKxIQOMcYjIJ5jXy/UdscR+ddGdW7AL0l mkdIzgFPMjuEezPZyV4bsakvR1AvMxQv+QJeBDVEpdlwTgB46GqoQmLgbFllaTRI 7tS5sEYTpiAjxSGumiSt2Mzyh4VPf84usZL82ZYaFXZfZiVVcV4= =0d0S -----END PGP SIGNATURE----- --nextPart1811873.XbjfWosTEp--