From e410b07d2aa64a653bc0e93b77856af41297b84d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 23 Feb 2015 20:03:55 -0500 Subject: [PATCH] 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; ^ --- src/libsystemd/sd-rtnl/rtnl-types.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2