mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-03-04 07:00:49 +01:00

to fix compilation against MUSL libc. The struct ethhdr does exists in netinet/if_ether.h and linux/if_ether.h so including the linux headers after the libc headers lets libc_compat.h work as intended.