From: Yu Watanabe Date: Fri, 5 Oct 2018 05:27:32 +0000 (+0900) Subject: sd-netlink: sort headers and include net/ethernet.h X-Git-Tag: v240~615^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30782b4396896544d4f4858367f1a85321aeee5d;p=thirdparty%2Fsystemd.git sd-netlink: sort headers and include net/ethernet.h --- diff --git a/src/systemd/sd-netlink.h b/src/systemd/sd-netlink.h index 7650ff45320..604edb9cfb8 100644 --- a/src/systemd/sd-netlink.h +++ b/src/systemd/sd-netlink.h @@ -18,10 +18,11 @@ ***/ #include +#include +#include +#include #include #include -#include -#include #include "sd-event.h"