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"
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,
b.a.t.m.a.n@lists.open-mesh.org