b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
From: "Linus Lüssing" <linus.luessing@web.de>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: [B.A.T.M.A.N.] [PATCH] batman-adv: add missing multicast.h include
Date: Wed,  6 Nov 2013 13:36:27 +0100	[thread overview]
Message-ID: <1383741387-9813-1-git-send-email-linus.luessing@web.de> (raw)

Not having it doesn't seem to break anything, but looks like it's
recommended C practice.

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
---
 multicast.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/multicast.c b/multicast.c
index 4a978a6..cb1984d 100644
--- a/multicast.c
+++ b/multicast.c
@@ -13,6 +13,7 @@
  */
 
 #include "main.h"
+#include "multicast.h"
 #include "originator.h"
 #include "hard-interface.h"
 #include "translation-table.h"
-- 
1.7.10.4


             reply	other threads:[~2013-11-06 12:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-06 12:36 Linus Lüssing [this message]
2013-11-06 12:43 ` [B.A.T.M.A.N.] [PATCH] batman-adv: add missing multicast.h include Antonio Quartulli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1383741387-9813-1-git-send-email-linus.luessing@web.de \
    --to=linus.luessing@web.de \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).