diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-10-05 14:27:32 +0900 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-10-05 14:27:32 +0900 |
commit | 30782b4396896544d4f4858367f1a85321aeee5d (patch) | |
tree | e671d4cffab8919504cafeb1b3120c1f9878394e /src/systemd | |
parent | dhcp6: don't include internal header "sparse-endian.h" in "sd-dhcp6-client.h" (diff) | |
download | systemd-30782b4396896544d4f4858367f1a85321aeee5d.tar.gz systemd-30782b4396896544d4f4858367f1a85321aeee5d.tar.bz2 systemd-30782b4396896544d4f4858367f1a85321aeee5d.zip |
sd-netlink: sort headers and include net/ethernet.h
Diffstat (limited to 'src/systemd')
-rw-r--r-- | src/systemd/sd-netlink.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/systemd/sd-netlink.h b/src/systemd/sd-netlink.h index 7650ff453..604edb9cf 100644 --- a/src/systemd/sd-netlink.h +++ b/src/systemd/sd-netlink.h @@ -18,10 +18,11 @@ ***/ #include <inttypes.h> +#include <linux/neighbour.h> +#include <linux/rtnetlink.h> +#include <net/ethernet.h> #include <netinet/ether.h> #include <netinet/in.h> -#include <linux/rtnetlink.h> -#include <linux/neighbour.h> #include "sd-event.h" |