summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test-ipv4ll.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/libsystemd-network/test-ipv4ll.c
parentd008aae97a56e483e5952bab597543a60e402e1a (diff)
downloadsystemd-8f815e8b0362ca36474233feafb4d1a59c57e08f.tar.gz
tree-wide: drop netinet/ether.h from socket-util.h and sd-netlink.h
Diffstat (limited to 'src/libsystemd-network/test-ipv4ll.c')
-rw-r--r--src/libsystemd-network/test-ipv4ll.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-network/test-ipv4ll.c b/src/libsystemd-network/test-ipv4ll.c
index 2e1488cb0a..156718f209 100644
--- a/src/libsystemd-network/test-ipv4ll.c
+++ b/src/libsystemd-network/test-ipv4ll.c
@@ -4,6 +4,7 @@
***/
#include <errno.h>
+#include <netinet/if_ether.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/socket.h>