* [B.A.T.M.A.N.] [PATCHv2] batman-adv: add missing multicast.h include
@ 2013-11-06 13:15 Linus Lüssing
2013-11-10 3:32 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Linus Lüssing @ 2013-11-06 13:15 UTC (permalink / raw)
To: b.a.t.m.a.n
Not having it doesn't seem to break anything, but looks like it's
recommended C practice.
Introduced by: a3f58139efedb96222dffdda89896c243fdff49e
("batman-adv: Multicast Listener Announcements via Translation Table")
Signed-off-by: Linus Lüssing <linus.luessing@web.de>
---
Added "Introduced by" clause
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-10 3:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06 13:15 [B.A.T.M.A.N.] [PATCHv2] batman-adv: add missing multicast.h include Linus Lüssing
2013-11-10 3:32 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox