From: Yu Watanabe Date: Thu, 11 Apr 2019 05:36:18 +0000 (+0900) Subject: arp-util: use net/ethernet.h instead of netinet/if_ether.h X-Git-Tag: v243-rc1~552^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae695a9eda65a8e9114be714e8cb5950775eb92d;p=thirdparty%2Fsystemd.git 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. --- diff --git a/src/libsystemd-network/arp-util.h b/src/libsystemd-network/arp-util.h index 10c684864b3..9a4427e831a 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 +#include #include "socket-util.h" #include "sparse-endian.h"