
<netinet/ether.h> with musl defines ethhdr struct, which conflicts with <linux/if_ether.h>. The latter is included by "nm-utils.h", so this is a problem. Drop includes of "netinet/ether.h" that are not necessary.
<netinet/ether.h> with musl defines ethhdr struct, which conflicts with <linux/if_ether.h>. The latter is included by "nm-utils.h", so this is a problem. Drop includes of "netinet/ether.h" that are not necessary.