]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/iplink_bridge.c
ip: include libc headers first
authorBaruch Siach <baruch@tkos.co.il>
Mon, 22 May 2017 13:27:53 +0000 (16:27 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Wed, 31 May 2017 00:27:58 +0000 (17:27 -0700)
commit98447086f875a21ceccae9be00a36908fe8321d6
treea921b41840229ac96a2a1917651e825769db8b90
parentcba134ae70f097bf6df484acba3868f7d2d1cc39
ip: include libc headers first

Including libc headers first helps as a workaround to redefinition of struct
ethhdr with a suitably patched musl libc that suppresses the kernel
if_ether.h.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
ip/iplink_bridge.c