summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp4.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-07-24 18:22:43 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-07-24 18:23:08 +0900
commit8f815e8b0362ca36474233feafb4d1a59c57e08f (patch)
tree7be3381237fd841b4dc1553c9a441fdb44396c69 /src/network/networkd-dhcp4.c
parentd008aae97a56e483e5952bab597543a60e402e1a (diff)
downloadsystemd-8f815e8b0362ca36474233feafb4d1a59c57e08f.tar.gz
systemd-8f815e8b0362ca36474233feafb4d1a59c57e08f.tar.bz2
systemd-8f815e8b0362ca36474233feafb4d1a59c57e08f.zip
tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.h
Diffstat (limited to 'src/network/networkd-dhcp4.c')
-rw-r--r--src/network/networkd-dhcp4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-dhcp4.c b/src/network/networkd-dhcp4.c
index f20254fc82..164e46675c 100644
--- a/src/network/networkd-dhcp4.c
+++ b/src/network/networkd-dhcp4.c
@@ -2,6 +2,7 @@
#include <netinet/in.h>
#include <linux/if.h>
+#include <linux/if_arp.h>
#include "alloc-util.h"
#include "hostname-util.h"