From fa67272288955f329cf29c2f04d0567ad44afbdd Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 9 May 2019 02:27:24 +0200 Subject: [PATCH] sd-netlink: include glibc headers earlier to resolve conflict with kernel headers Then, hopefully libc-compat.h make everything fine. --- src/systemd/sd-netlink.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/systemd/sd-netlink.h b/src/systemd/sd-netlink.h index d327b27308b..d27e0ad2019 100644 --- a/src/systemd/sd-netlink.h +++ b/src/systemd/sd-netlink.h @@ -18,11 +18,11 @@ ***/ #include -#include -#include #include #include #include +#include +#include #include "sd-event.h" -- 2.47.3