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: v219.0~606 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e410b07d2aa64a653bc0e93b77856af41297b84d;p=elogind.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 3f4ba2e0f..2257c81bf 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