From: Zbigniew Jędrzejewski-Szmek Date: Tue, 24 Feb 2015 01:03:55 +0000 (-0500) Subject: libsystemd: revert one hunk of duplicate ifdef removal X-Git-Tag: v220~1020 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e410b07d2aa64a653bc0e93b77856af41297b84d;p=thirdparty%2Fsystemd.git libsystemd: revert one hunk of duplicate ifdef removal This change exposed a bug in kernel headers: /usr/include/linux/if_bridge.h:184:20: error: field 'ip6' has incomplete type struct in6_addr ip6; ^ /usr/include/linux/if_tunnel.h:76:19: error: field 'prefix' has incomplete type struct in6_addr prefix; ^ --- diff --git a/src/libsystemd/sd-rtnl/rtnl-types.c b/src/libsystemd/sd-rtnl/rtnl-types.c index 3f4ba2e0f0e..2257c81bfc5 100644 --- a/src/libsystemd/sd-rtnl/rtnl-types.c +++ b/src/libsystemd/sd-rtnl/rtnl-types.c @@ -23,6 +23,7 @@ #include #include #include +#include #include #include #include