mirror of
https://github.com/sheumann/hush.git
synced 2025-01-11 08:29:54 +00:00
ec2bef11a7
iplink.c includes net/if_packet.h, which (on GLIBC) only defines struct sockaddr_pkt. this struct is not used anywhere in the code, and removing the #include makes compilation succeed with musl libc. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>