projects
/
platform
/
upstream
/
systemd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b62f900
)
sd-netlink: sort headers and include net/ethernet.h
author
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 5 Oct 2018 05:27:32 +0000
(14:27 +0900)
committer
Yu Watanabe
<watanabe.yu+github@gmail.com>
Fri, 5 Oct 2018 05:27:32 +0000
(14:27 +0900)
src/systemd/sd-netlink.h
patch
|
blob
|
history
diff --git
a/src/systemd/sd-netlink.h
b/src/systemd/sd-netlink.h
index
7650ff4
..
604edb9
100644
(file)
--- 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"