aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-10-05 14:27:32 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-10-05 14:27:32 +0900
commit30782b4396896544d4f4858367f1a85321aeee5d (patch)
treee671d4cffab8919504cafeb1b3120c1f9878394e /src/systemd
parentdhcp6: don't include internal header "sparse-endian.h" in "sd-dhcp6-client.h" (diff)
downloadsystemd-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.h5
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"