On Monday, April 06, 2015 17:29:13 Alex Suykov wrote:
musl does not allow including netinet/* and linux/* headers together. batctl includes netinet/if_ether.h indirectly via net/ethernet.h, so netinet/if_ether.h must be used instead of linux/if_ether.h.
Signed-off-by: Alex Suykov <alex.suykov at gmail.com>
v2: updated to work with #include <linux/types.h> in packet.h introduced by https://lists.open-mesh.org:443/pipermail/b.a.t.m.a.n/2015-April/012961.html and ported to batctl by patch 1/2 in this set.
ping.c | 2 +- tcpdump.h | 2 +- traceroute.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
Applied in revision 6423e3e.
Thanks, Marek