summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/arp-util.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2019-04-11 14:36:18 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2019-04-13 17:51:59 +0900
commitae695a9eda65a8e9114be714e8cb5950775eb92d (patch)
tree6133d29cafeeb057a8275392a6c0334c07489c35 /src/libsystemd-network/arp-util.h
parent603192b2e8b94a249ba29942281c691231afcbdc (diff)
downloadsystemd-ae695a9eda65a8e9114be714e8cb5950775eb92d.tar.gz
arp-util: use net/ethernet.h instead of netinet/if_ether.h
The header net/ethernet.h is used at all other places where 'struct ether_addr' is required.
Diffstat (limited to 'src/libsystemd-network/arp-util.h')
-rw-r--r--src/libsystemd-network/arp-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsystemd-network/arp-util.h b/src/libsystemd-network/arp-util.h
index 10c684864b..9a4427e831 100644
--- a/src/libsystemd-network/arp-util.h
+++ b/src/libsystemd-network/arp-util.h
@@ -5,7 +5,7 @@
Copyright © 2014 Axis Communications AB. All rights reserved.
***/
-#include <netinet/if_ether.h>
+#include <net/ethernet.h>
#include "socket-util.h"
#include "sparse-endian.h"