From ae695a9eda65a8e9114be714e8cb5950775eb92d Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Thu, 11 Apr 2019 14:36:18 +0900 Subject: [PATCH] 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. --- src/libsystemd-network/arp-util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"