* [B.A.T.M.A.N.] [PATCH] batman-adv: add missing multicast.h include
@ 2013-11-06 12:36 Linus Lüssing
2013-11-06 12:43 ` Antonio Quartulli
0 siblings, 1 reply; 2+ messages in thread
From: Linus Lüssing @ 2013-11-06 12:36 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.
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: add missing multicast.h include
2013-11-06 12:36 [B.A.T.M.A.N.] [PATCH] batman-adv: add missing multicast.h include Linus Lüssing
@ 2013-11-06 12:43 ` Antonio Quartulli
0 siblings, 0 replies; 2+ messages in thread
From: Antonio Quartulli @ 2013-11-06 12:43 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
[-- Attachment #1: Type: text/plain, Size: 405 bytes --]
On Wed, Nov 06, 2013 at 01:36:27PM +0100, Linus Lüssing wrote:
> Not having it doesn't seem to break anything, but looks like it's
> recommended C practice.
Please,
report which commit id (and commit subject) introduced this problem (use the
Introduced-by clause). In this way I can easily squash the two patches together
before sending them upstream.
Cheers,
--
Antonio Quartulli
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-11-06 12:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-06 12:36 [B.A.T.M.A.N.] [PATCH] batman-adv: add missing multicast.h include Linus Lüssing
2013-11-06 12:43 ` Antonio Quartulli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox