summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-12-06 07:20:07 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-06 13:31:16 +0100
commitef118d00ebb8fc0b37bd5ba28b6d84874b47dec5 (patch)
tree30d73b1176ad5bc4b75d234f52f41cb048efe9d8 /src/libsystemd-network
parent3c94e50486a7613396c1ecaddb137e5d27c6a488 (diff)
downloadsystemd-ef118d00ebb8fc0b37bd5ba28b6d84874b47dec5.tar.gz
systemd-ef118d00ebb8fc0b37bd5ba28b6d84874b47dec5.tar.bz2
systemd-ef118d00ebb8fc0b37bd5ba28b6d84874b47dec5.zip
util: drop missing.h from socket-util.h
Diffstat (limited to 'src/libsystemd-network')
-rw-r--r--src/libsystemd-network/sd-lldp.c1
-rw-r--r--src/libsystemd-network/test-dhcp6-client.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-network/sd-lldp.c b/src/libsystemd-network/sd-lldp.c
index e5cd134d57..969fc71051 100644
--- a/src/libsystemd-network/sd-lldp.c
+++ b/src/libsystemd-network/sd-lldp.c
@@ -2,6 +2,7 @@
#include <arpa/inet.h>
#include <linux/sockios.h>
+#include <sys/ioctl.h>
#include "sd-lldp.h"
diff --git a/src/libsystemd-network/test-dhcp6-client.c b/src/libsystemd-network/test-dhcp6-client.c
index d88b018dc9..fa94b3cb75 100644
--- a/src/libsystemd-network/test-dhcp6-client.c
+++ b/src/libsystemd-network/test-dhcp6-client.c
@@ -20,6 +20,7 @@
#include "macro.h"
#include "socket-util.h"
#include "tests.h"
+#include "util.h"
#include "virt.h"
static struct ether_addr mac_addr = {