From: Baruch Siach Date: Mon, 22 May 2017 13:27:53 +0000 (+0300) Subject: ip: include libc headers first X-Git-Tag: v4.12.0~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98447086f875a21ceccae9be00a36908fe8321d6;p=thirdparty%2Fiproute2.git 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 --- diff --git a/ip/iplink_bridge.c b/ip/iplink_bridge.c index 818b43c89..cccdec1c2 100644 --- a/ip/iplink_bridge.c +++ b/ip/iplink_bridge.c @@ -13,9 +13,9 @@ #include #include #include +#include #include #include -#include #include #include "rt_names.h"