From: Yu Watanabe Date: Thu, 9 May 2019 00:27:24 +0000 (+0200) Subject: sd-netlink: include glibc headers earlier to resolve conflict with kernel headers X-Git-Tag: v243-rc1~459^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa67272288955f329cf29c2f04d0567ad44afbdd;p=thirdparty%2Fsystemd.git sd-netlink: include glibc headers earlier to resolve conflict with kernel headers Then, hopefully libc-compat.h make everything fine. --- 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"