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.
This commit is contained in:
Yu Watanabe 2019-04-11 14:36:18 +09:00
parent 603192b2e8
commit ae695a9eda

View file

@ -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"